mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-02-21 03:11:24 +00:00
Merge branch 'sonicitems' of https://git.magicalgirl.moe/KartKrew/Kart.git into sonicitems
This commit is contained in:
commit
746c48af60
1 changed files with 1 additions and 1 deletions
|
@ -1564,7 +1564,7 @@ UINT16 K_GetKartFlashing(player_t *player)
|
|||
UINT16 tics = flashingtics;
|
||||
if (G_BattleGametype())
|
||||
tics *= 2;
|
||||
tics += (flashingtics/6) * (player->kartspeed-5); // when weight is buffed in battle, use this instead: (player->kartspeed - player->kartweight)
|
||||
tics += (flashingtics/8) * (player->kartspeed);
|
||||
return tics;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue