Battle bumpers: 3x progressivethrust decay

This commit is contained in:
AJ Martinez 2024-02-10 14:38:04 -07:00
parent e0494d5576
commit 18ee3ad73d

View file

@ -8953,7 +8953,7 @@ void K_KartPlayerThink(player_t *player, ticcmd_t *cmd)
} }
else else
{ {
if (player->progressivethrust && leveltime % 3 == 0) if (player->progressivethrust)
player->progressivethrust--; player->progressivethrust--;
if (player->incontrol < 0) if (player->incontrol < 0)
player->incontrol = 0; player->incontrol = 0;