Base invinc timer 6 -> 7

This commit is contained in:
AJ Martinez 2024-04-30 01:15:24 -07:00
parent 9dee22a7f6
commit 2ec6a688ab

View file

@ -12503,7 +12503,7 @@ void K_MoveKartPlayer(player_t *player, boolean onground)
behindScaled = min(behindScaled, 10*TICRATE); behindScaled = min(behindScaled, 10*TICRATE);
K_DoInvincibility(player, K_DoInvincibility(player,
max(6u * TICRATE + behindScaled, player->invincibilitytimer + 5u*TICRATE)); max(7u * TICRATE + behindScaled, player->invincibilitytimer + 5u*TICRATE));
K_PlayPowerGloatSound(player->mo); K_PlayPowerGloatSound(player->mo);
player->itemamount--; player->itemamount--;