Drop items when hitting Egg Mark

This commit is contained in:
James R 2023-03-19 04:04:01 -07:00
parent c606ee8ef8
commit 698225f625

View file

@ -148,6 +148,7 @@ boolean K_EggItemCollide(mobj_t *t1, mobj_t *t2)
if (!P_CanPickupItem(t2->player, 2))
return true;
K_DropItems(t2->player);
K_StartEggmanRoulette(t2->player);
if (t2->player->flamedash && t2->player->itemtype == KITEM_FLAMESHIELD)