Battle: use Prison Break spawnpoints in Duels

This commit is contained in:
James R 2024-01-12 00:57:56 -08:00
parent ecf9fd53f6
commit b5d87a89f4

View file

@ -2802,9 +2802,9 @@ mapthing_t *G_FindMapStart(INT32 playernum)
if (K_PodiumSequence() == true)
spawnpoint = G_FindPodiumStart(playernum);
// -- Time Attack --
// -- Time Attack / Battle duels --
// Order: Race->DM->CTF
else if (K_TimeAttackRules() == true)
else if (K_TimeAttackRules() == true || ((gametyperules & GTR_BATTLESTARTS) && inDuel))
spawnpoint = G_FindRaceStartOrFallback(playernum);
// -- CTF --