mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Don't extend fuse/leniency on item boxes picked up in leniency
This commit is contained in:
parent
326d6ff058
commit
c329432ae2
1 changed files with 3 additions and 1 deletions
|
|
@ -468,7 +468,9 @@ void P_TouchSpecialThing(mobj_t *special, mobj_t *toucher, boolean heightcheck)
|
|||
}
|
||||
|
||||
P_ItemPop(special);
|
||||
special->fuse = TICRATE;
|
||||
|
||||
if (!special->fuse)
|
||||
special->fuse = TICRATE;
|
||||
return;
|
||||
}
|
||||
case MT_SPHEREBOX:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue