mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
No eggbox whip charge
This commit is contained in:
parent
2a0f9da975
commit
22d09d8a4a
1 changed files with 1 additions and 1 deletions
|
|
@ -8295,7 +8295,7 @@ void K_KartPlayerThink(player_t *player, ticcmd_t *cmd)
|
|||
S_StopSoundByID(player->mo, sfx_wchrg2);
|
||||
}
|
||||
|
||||
if (P_PlayerInPain(player) || player->itemamount || player->respawn.state != RESPAWNST_NONE)
|
||||
if (player->itemamount || player->respawn.state != RESPAWNST_NONE || player->itemRoulette.eggman)
|
||||
player->instaWhipCharge = 0;
|
||||
|
||||
if (player->tiregrease)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue