mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Raw explosion downgraded to tumble uses softenTumble
Getting hit by Proximines and Eggboxes at tripwire speed downgrades to a lesser version of tumble, much more forgiving.
This commit is contained in:
parent
bcaa32359b
commit
843e9f70c1
1 changed files with 1 additions and 0 deletions
|
|
@ -3457,6 +3457,7 @@ boolean P_DamageMobj(mobj_t *target, mobj_t *inflictor, mobj_t *source, INT32 da
|
|||
case DMG_EXPLODE:
|
||||
type = DMG_TUMBLE;
|
||||
downgraded = true;
|
||||
softenTumble = true;
|
||||
break;
|
||||
case DMG_TUMBLE:
|
||||
softenTumble = true;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue