Don't extend fuse/leniency on item boxes picked up in leniency

This commit is contained in:
AJ Martinez 2024-05-29 18:21:35 -07:00
parent 326d6ff058
commit c329432ae2

View file

@ -468,7 +468,9 @@ void P_TouchSpecialThing(mobj_t *special, mobj_t *toucher, boolean heightcheck)
} }
P_ItemPop(special); P_ItemPop(special);
special->fuse = TICRATE;
if (!special->fuse)
special->fuse = TICRATE;
return; return;
} }
case MT_SPHEREBOX: case MT_SPHEREBOX: