]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/constants.qh
Experimental ammo charging system
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / constants.qh
index 9d3b5325955558a329f8c118b949fd4c5c699a98..bf3096ec7bac614c650e662ae05b9161bd7449fe 100644 (file)
@@ -183,6 +183,9 @@ const float STAT_ROUNDSTARTTIME = 73;
 const float STAT_WEAPONS2 = 74;
 const float STAT_WEAPONS3 = 75;
 
+const float STAT_OK_AMMO_CHARGE = 76;
+const float STAT_OK_AMMO_CHARGEPOOl = 77;
+
 // mod stats (1xx)
 const float STAT_REDALIVE = 100;
 const float STAT_BLUEALIVE = 101;