Battle: final KO gives the winner 100 points

This commit is contained in:
James R 2024-01-17 00:16:09 -08:00
parent 54cf037eff
commit 97e5d7404a

View file

@ -3909,6 +3909,7 @@ void K_BattleAwardHit(player_t *player, player_t *victim, mobj_t *inflictor, UIN
// Check this before adding to player score
if ((gametyperules & GTR_BUMPERS) && finishOff && g_pointlimit <= player->roundscore)
{
player->roundscore = 100; // Make sure you win!
P_DoAllPlayersExit(0, false);
}