From 82f11a4d75b71132da6da30bd1448ac26c9b7de9 Mon Sep 17 00:00:00 2001 From: ChocoTaco Date: Thu, 27 Mar 2025 21:43:57 -0400 Subject: [PATCH] CTF Missions Code Make sure CTF maps are added to other Gamemodes so they can be selected in dtstats mapRotation --- Classic/scripts/GameGui.cs | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Classic/scripts/GameGui.cs b/Classic/scripts/GameGui.cs index e7bac6e..a14e765 100644 --- a/Classic/scripts/GameGui.cs +++ b/Classic/scripts/GameGui.cs @@ -878,6 +878,12 @@ function buildMissionList() 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 // ------------------------------------------------------------------- // z0dd - ZOD, 01/02/03. Don't include TR2 gametype if it's turned off