]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/defs.qh
Fix electro combos
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / defs.qh
index 8f4e903490b04d211835f781adad688507ad5010..90bc1fb200a4cd3a2eaca29eae32b7a2983fe4f4 100644 (file)
@@ -341,6 +341,11 @@ string deathmessage;
 
 .float ballistics_density; // wall piercing factor, larger = bullet can pass through more
 
+//const int FROZEN_NOT                         = 0;
+const int FROZEN_NORMAL                                = 1;
+const int FROZEN_TEMP_REVIVING         = 2;
+const int FROZEN_TEMP_DYING                    = 3;
+
 const int ACTIVE_NOT           = 0;
 const int ACTIVE_ACTIVE        = 1;
 const int ACTIVE_IDLE          = 2;