]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/mutators/gamemode_td.qh
Use MSG_MULTI for phase messages
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / mutators / gamemode_td.qh
index 30d8e25f7b0677681a479132c1ee6c5ed836c047..b199fd5e84c481eae65812ba429a3c65d13bd4ab 100644 (file)
@@ -8,6 +8,8 @@ float max_turrets;
 
 // Monster defs
 .float drop_size;
+float m_speed_run;
+float m_speed_walk;
 
 // Turret defs
 .float turret_buff;
@@ -16,6 +18,9 @@ float max_turrets;
 .float stat_current_wave;
 .float stat_totalwaves;
 .float spawntype;
+float spawn_delay;
+float max_current;
+float ignore_turrets;
 float SWARM_NORMAL     = 0;
 float SWARM_WEAK       = 1;
 float SWARM_STRONG     = 2;
@@ -45,6 +50,11 @@ float current_phase;
 .float dontend;
 .float maxturrets;
 .float buildtime;
+.float mspeed_run;
+.float mspeed_walk;
+.float spawndelay;
+.float maxcurrent;
+.float ignoreturrets;
 
 // Generator
 float gendestroyed;