mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-02-22 21:41:31 +00:00
Merge branch 'jartha/stone-shoe-balance' into 'master'
Stone Shoe: tumble damage is always downgraded (less bounces, no item loss) See merge request kart-krew-dev/ring-racers-internal!2699
This commit is contained in:
commit
cac483cf1d
1 changed files with 3 additions and 0 deletions
|
|
@ -3467,6 +3467,9 @@ boolean P_DamageMobj(mobj_t *target, mobj_t *inflictor, mobj_t *source, INT32 da
|
|||
ringburst = 0;
|
||||
break;
|
||||
case DMG_TUMBLE:
|
||||
if (inflictor->type == MT_STONESHOE || inflictor->type == MT_STONESHOE_CHAIN)
|
||||
softenTumble = true;
|
||||
|
||||
K_TumblePlayer(player, inflictor, source, softenTumble);
|
||||
ringburst = 10;
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue