]> de.git.xonotic.org Git - voretournament/voretournament.git/blobdiff - data/qcsrc/common/constants.qh
Add a message that lets us know we can leave the belly, when it's the case
[voretournament/voretournament.git] / data / qcsrc / common / constants.qh
index d81983aa9dceaa4e5adac1b169e5e250d7adcf00..ff54fb862ac73be76ca39ab575be2d2683cbe020 100644 (file)
@@ -276,10 +276,10 @@ const float STAT_FUEL = 44;
 const float STAT_NB_METERSTART = 45;\r
 const float STAT_SHOTORG = 46; // compressShotOrigin\r
 const float STAT_LEADLIMIT = 47;\r
-const float STAT_BULLETS_LOADED = 48;\r
-const float STAT_STOMACH_LOAD = 49;\r
-const float STAT_STOMACH_DIGESTING = 50;\r
-const float STAT_STOMACH_EATEN = 51;\r
+const float STAT_VORE_LOAD = 48;\r
+const float STAT_VORE_DIGESTING = 49;\r
+const float STAT_VORE_EATEN = 50;\r
+const float STAT_VORE_CANLEAVE = 51;\r
 const float CTF_STATE_ATTACK = 1;\r
 const float CTF_STATE_DEFEND = 2;\r
 const float CTF_STATE_COMMANDER = 3;\r