mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Remove redundant MT_SPBEXPLOSION combo condition
This commit is contained in:
parent
d44340e9b8
commit
4996692b4b
1 changed files with 1 additions and 1 deletions
|
|
@ -1999,7 +1999,7 @@ boolean P_DamageMobj(mobj_t *target, mobj_t *inflictor, mobj_t *source, INT32 da
|
|||
// If not, then spawn the instashield effect instead.
|
||||
// NB: "allowcombo", "hardhit" and related checks are here to disallow HITLAG COMBOS, not loss-of-control combos
|
||||
// DMG_EXPLODE bypasses this check to prevent blocking eggbox/SPB with spinout flashtics
|
||||
if (!force && (type != DMG_EXPLODE) && !(inflictor && inflictor->type == MT_SPBEXPLOSION && inflictor->extravalue1 == 1))
|
||||
if (!force && (type != DMG_EXPLODE))
|
||||
{
|
||||
if (gametyperules & GTR_BUMPERS)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue