mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-02-04 04:36:21 +00:00
As defined in spec, lose a bit of chain each time you bounce on land.
This commit is contained in:
parent
abc218de38
commit
29c48c1992
1 changed files with 2 additions and 0 deletions
|
|
@ -3374,6 +3374,8 @@ static void P_PlayerZMovement(mobj_t *mo)
|
|||
{
|
||||
mo->momz *= -1;
|
||||
P_DoAbilityBounce(mo->player, true);
|
||||
if (mo->player->scoreadd)
|
||||
mo->player->scoreadd--;
|
||||
clipmomz = false;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue