mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-05-10 02:41:49 +00:00
Perma ring box should never leniency pickup as item
This commit is contained in:
parent
d5a63a6864
commit
681d481bc1
1 changed files with 1 additions and 1 deletions
|
|
@ -451,7 +451,7 @@ void P_TouchSpecialThing(mobj_t *special, mobj_t *toucher, boolean heightcheck)
|
||||||
if (special->fuse) // This box is respawning, but was broken very recently (see P_FuseThink)
|
if (special->fuse) // This box is respawning, but was broken very recently (see P_FuseThink)
|
||||||
{
|
{
|
||||||
// What was this box broken as?
|
// What was this box broken as?
|
||||||
if (special->cvmem)
|
if (special->cvmem && !(special->flags2 & MF2_BOSSDEAD))
|
||||||
K_StartItemRoulette(player, false);
|
K_StartItemRoulette(player, false);
|
||||||
else
|
else
|
||||||
K_StartItemRoulette(player, true);
|
K_StartItemRoulette(player, true);
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue