]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/mutators/gamemode_ctf.qh
Messing with 4 team CTF (very buggy currently)
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / mutators / gamemode_ctf.qh
index 882b1064b49de78ce2d1c7dfcda641b4601839c5..5de51dd5a9e5a2543c67863d66c3d235f64bf451 100644 (file)
@@ -101,6 +101,7 @@ float ctf_captimerecord; // record time for capturing the flag
 .entity ctf_dropper; // don't allow spam of dropping the flag
 .float max_flag_health;
 .float next_take_time;
+float ctf_teams;
 
 // passing/throwing properties
 .float pass_distance;