mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-04-04 17:37:46 +00:00
Cancel pogo spring when bumping a wall
Prevents instances where you can use it to stick in one spot in Battle
This commit is contained in:
parent
db731209e5
commit
20d86f01c7
1 changed files with 1 additions and 0 deletions
|
@ -3784,6 +3784,7 @@ void P_BouncePlayerMove(mobj_t *mo)
|
|||
S_StartSound(mo, sfx_s3k49);
|
||||
}
|
||||
|
||||
mo->player->kartstuff[k_pogospring] = 0; // Cancel pogo spring effect so you aren't shoved forward back into the wall you just bounced off
|
||||
P_PlayerHitBounceLine(bestslideline);
|
||||
mo->eflags |= MFE_JUSTBOUNCEDWALL;
|
||||
|
||||
|
|
Loading…
Reference in a new issue