Fix eggbox stealth being bugged and never being used...

This commit is contained in:
Sally Coolatta 2021-11-28 15:08:54 -05:00
parent 6be351a304
commit 3536c73b66

View file

@ -122,7 +122,7 @@ UINT8 K_EggboxStealth(fixed_t x, fixed_t y)
} }
} }
return (globalsmuggle.randomitems * globalsmuggle.eggboxes); return (globalsmuggle.randomitems * (globalsmuggle.eggboxes + 1));
} }
/*-------------------------------------------------- /*--------------------------------------------------