mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-01-29 12:40:40 +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
32d1f75199
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…
Reference in a new issue