]> de.git.xonotic.org Git - voretournament/voretournament.git/blobdiff - data/qcsrc/common/constants.qh
Add ring stats
[voretournament/voretournament.git] / data / qcsrc / common / constants.qh
index c13b426e1e75ffd1a787e8449012fda66f12faae..250052d324a5e28d05f3fdff8a7fe29a57205ea8 100644 (file)
@@ -277,16 +277,23 @@ const float STAT_NB_METERSTART = 45;
 const float STAT_SHOTORG = 46; // compressShotOrigin\r
 const float STAT_LEADLIMIT = 47;\r
 const float STAT_WINNING = 48;\r
-const float STAT_LAST_PICKUP = 49;\r
-const float STAT_VORE_LOAD = 50;\r
-const float STAT_VORE_DIGESTING = 51;\r
-const float STAT_VORE_EATEN = 52;\r
-const float STAT_VORE_CANLEAVE = 53;\r
+const float STAT_WEAPON_CLIPLOAD = 49;\r
+const float STAT_WEAPON_CLIPSIZE = 50;\r
+const float STAT_LAST_PICKUP = 51;\r
+const float STAT_VORE_LOAD = 52;\r
+const float STAT_VORE_DIGESTING = 53;\r
+const float STAT_VORE_EATEN = 54;\r
+const float STAT_VORE_CANLEAVE = 55;\r
+const float STAT_VORE_CANSWALLOW = 56;\r
+const float STAT_SBRING1_TYPE = 57;\r
+const float STAT_SBRING1_CLIP = 58;\r
+const float STAT_SBRING2_TYPE = 59;\r
+const float STAT_SBRING2_CLIP = 60;\r
 const float CTF_STATE_ATTACK = 1;\r
 const float CTF_STATE_DEFEND = 2;\r
 const float CTF_STATE_COMMANDER = 3;\r
 \r
-const float STAT_HUD = 53;\r
+const float STAT_HUD = 61;\r
 const float HUD_NORMAL = 0;\r
 \r
 // moved that here so the client knows the max.\r