]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/stats.qh
Merge branch 'master' into terencehill/itemstime
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / stats.qh
index f0570299794f72d698269b62ac7133a0951258a5..bd34f6f88c0d6cb8a3a032f9b361bb5dc39b485a 100644 (file)
@@ -92,16 +92,16 @@ const float STAT_OK_AMMO_CHARGEPOOl     = 86;
 // 87 empty?
 // 88 empty?
 // 89 empty?
-// 90 empty?
-// 91 empty?
-// 92 empty?
-// 93 empty?
-// 94 empty?
-// 95 empty?
-// 96 empty?
-// 97 empty?
-// 98 empty?
-// 99 empty?
+const float STAT_ARMOR_LARGE_TIME       = 90;
+const float STAT_HEALTH_MEGA_TIME       = 91;
+const float STAT_INVISIBLE_TIME         = 92;
+const float STAT_SPEED_TIME             = 93;
+const float STAT_EXTRALIFE_TIME         = 94;
+const float STAT_STRENGTH_TIME          = 95;
+const float STAT_SHIELD_TIME            = 96;
+const float STAT_FUELREGEN_TIME         = 97;
+const float STAT_JETPACK_TIME           = 98;
+const float STAT_SUPERWEAPONS_TIME      = 99;
 
 
 /* The following stats change depending on the gamemode, so can share the same ID */