Skip to content

Commit

Permalink
- Monster Munchies tweaks. :P
Browse files Browse the repository at this point in the history
  • Loading branch information
LordMisfit committed Jul 26, 2016
1 parent 5109ca7 commit b8822a7
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 55 deletions.
4 changes: 2 additions & 2 deletions decorate/Items.dec
Expand Up @@ -204,7 +204,7 @@ actor HealthBonus2 : CustomInventory // replaces HealthBonus
BON1 A 0
BON1 A 0
{
if (random(1,1024) <= 1)
if (random(1,2048) <= 1)
{
A_SpawnItemEx("MonsterMunchies",0,0,0,0,0,0,0,0,0);
}
Expand Down Expand Up @@ -2208,7 +2208,7 @@ Actor ArmorBonusDS2 : CustomInventory // replaces ArmorBonus
BON2 A 0
BON2 A 0
{
if (random(1,1024) <= 1)
if (random(1,2048) <= 1)
{
A_SpawnItemEx("MonsterMunchies",0,0,0,0,0,0,0,0,0);
}
Expand Down

0 comments on commit b8822a7

Please sign in to comment.