mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-02-22 21:41:31 +00:00
Merge branch 'fix-battle-boost' into 'next'
Set flashing tics to 0 after boosting See merge request KartKrew/Kart-Public!67
This commit is contained in:
commit
a1aff2ec9f
1 changed files with 1 additions and 0 deletions
|
|
@ -3264,6 +3264,7 @@ void K_DoSneaker(player_t *player, INT32 type)
|
|||
{
|
||||
player->pflags |= PF_ATTACKDOWN;
|
||||
K_PlayBoostTaunt(player->mo);
|
||||
player->powers[pw_flashing] = 0; // Stop flashing after boosting
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue