]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/mutators/gamemode_invasion.qh
Merge branch 'master' into sev/luma
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / mutators / gamemode_invasion.qh
index 41ccfb3c74abd3407224e70fff44c4b763547725..04492d4a345824652998afe8d413af6ea9e42082 100644 (file)
@@ -1,9 +1,14 @@
-float numspawned;
-float maxspawned;
-float roundcnt;
-float maxrounds;
-float numkilled;
-float last_check;
-float maxcurrent;
+float inv_numspawned;
+float inv_maxspawned;
+float inv_roundcnt;
+float inv_maxrounds;
+float inv_numkilled;
+float inv_lastcheck;
+float inv_maxcurrent;
 
-float invasion_monsterskill;
+float invasion_teams;
+float inv_monsters_perteam[17];
+
+float inv_monsterskill;
+
+#define ST_INV_KILLS 1