mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Base invinc timer 6 -> 7
This commit is contained in:
parent
9dee22a7f6
commit
2ec6a688ab
1 changed files with 1 additions and 1 deletions
|
|
@ -12503,7 +12503,7 @@ void K_MoveKartPlayer(player_t *player, boolean onground)
|
|||
behindScaled = min(behindScaled, 10*TICRATE);
|
||||
|
||||
K_DoInvincibility(player,
|
||||
max(6u * TICRATE + behindScaled, player->invincibilitytimer + 5u*TICRATE));
|
||||
max(7u * TICRATE + behindScaled, player->invincibilitytimer + 5u*TICRATE));
|
||||
K_PlayPowerGloatSound(player->mo);
|
||||
|
||||
player->itemamount--;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue