only passively drain flame shield while in first place
This commit is contained in:
parent
3c68db5cba
commit
9d7d74467f
1 changed files with 1 additions and 1 deletions
|
|
@ -7766,7 +7766,7 @@ void K_KartPlayerThink(player_t *player, ticcmd_t *cmd)
|
|||
if (player->flameburnstop)
|
||||
player->flameburnstop--;
|
||||
|
||||
if (player->stealingtimer == 0 && player->stolentimer == 0)
|
||||
if (player->stealingtimer == 0 && player->stolentimer == 0 && player->position == 1)
|
||||
player->flametimer--;
|
||||
|
||||
if (player->flametimer == 0)
|
||||
|
|
|
|||
Loading…
Reference in a new issue