mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-02-07 00:41:26 +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;
|
mo->momz *= -1;
|
||||||
P_DoAbilityBounce(mo->player, true);
|
P_DoAbilityBounce(mo->player, true);
|
||||||
|
if (mo->player->scoreadd)
|
||||||
|
mo->player->scoreadd--;
|
||||||
clipmomz = false;
|
clipmomz = false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue