mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
P_DamageMobj: DMG_STUMBLE should not drop shields
This commit is contained in:
parent
e710d13ef1
commit
057b46f4bd
1 changed files with 1 additions and 1 deletions
|
|
@ -2356,7 +2356,7 @@ boolean P_DamageMobj(mobj_t *target, mobj_t *inflictor, mobj_t *source, INT32 da
|
|||
}
|
||||
else
|
||||
{
|
||||
K_DropHnextList(player, false);
|
||||
K_DropHnextList(player, (type != DMG_STUMBLE));
|
||||
}
|
||||
|
||||
if (type != DMG_STUMBLE)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue