mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-03-25 20:42:35 +00:00
No stored whip after Gachabom rebound collect
This commit is contained in:
parent
3e5a5baf50
commit
6ae427447c
1 changed files with 1 additions and 1 deletions
|
|
@ -8276,7 +8276,7 @@ void K_KartPlayerThink(player_t *player, ticcmd_t *cmd)
|
|||
if (!(player->cmd.buttons & BT_ATTACK)) // Deliberate Item button release, no need to protect you from lockout
|
||||
player->instaWhipChargeLockout = 0;
|
||||
|
||||
if (P_PlayerInPain(player))
|
||||
if (P_PlayerInPain(player) || player->itemamount)
|
||||
player->instaWhipCharge = 0;
|
||||
|
||||
if (player->tiregrease)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue