CTF Missions Code

Make sure CTF maps are added to other Gamemodes so they can be selected in dtstats mapRotation
This commit is contained in:
ChocoTaco 2025-03-27 21:43:57 -04:00
parent 9a4bc68088
commit 82f11a4d75

View file

@ -878,6 +878,12 @@ function buildMissionList()
for( %word = 0; ( %misType = getWord( %typeList, %word ) ) !$= ""; %word++ ) for( %word = 0; ( %misType = getWord( %typeList, %word ) ) !$= ""; %word++ )
{ {
//---------------------------------------------------------------------------------
// z0dd - ZOD - Founder(founder@mechina.com): Append Tribe Practice to CTF missions
if(%misType $= "CTF")
%typeList = rtrim(%typeList) @ " PracticeCTF SCtF Hybrid LCTF";
//---------------------------------------------------------------------------------
// Eolk - remove gametype skip code // Eolk - remove gametype skip code
// ------------------------------------------------------------------- // -------------------------------------------------------------------
// z0dd - ZOD, 01/02/03. Don't include TR2 gametype if it's turned off // z0dd - ZOD, 01/02/03. Don't include TR2 gametype if it's turned off