this is stupid

This commit is contained in:
Sally Coolatta 2020-10-27 01:27:51 -04:00
parent 714f04c930
commit 3200842519

View file

@ -5745,7 +5745,7 @@ void K_KartPlayerThink(player_t *player, ticcmd_t *cmd)
} }
else if (player->karmadelay > 0 && !P_PlayerInPain(player)) else if (player->karmadelay > 0 && !P_PlayerInPain(player))
{ {
if (battleovertime.enabled > 0) if ((battleovertime.enabled > 0) && (player->bumpers <= 0))
{ {
player->eliminated = true; player->eliminated = true;
} }