mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Instawhip charge restrictions
This commit is contained in:
parent
d68de3a0e5
commit
d95ceac1c4
1 changed files with 1 additions and 1 deletions
|
|
@ -10540,7 +10540,7 @@ void K_MoveKartPlayer(player_t *player, boolean onground)
|
|||
{
|
||||
if (ATTACK_IS_DOWN && player->rings <= 0)
|
||||
{
|
||||
if (player->instaShieldCooldown)
|
||||
if (player->instaShieldCooldown || leveltime < starttime || player->spindash)
|
||||
{
|
||||
S_StartSound(player->mo, sfx_kc50);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue