mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-02-21 03:11:24 +00:00
Flashing diff change
This commit is contained in:
parent
c19a779851
commit
949417e94b
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