mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Battle bumpers: 3x progressivethrust decay
This commit is contained in:
parent
e0494d5576
commit
18ee3ad73d
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue