const float STAT_HEALTH = 0;\r
const float STAT_WEAPONMODEL = 2;\r
const float STAT_AMMO = 3;\r
-const float STAT_ARMOR = 4; // armor is not used in Vore Tournament by default, but still exists for mods that might want it\r
+const float STAT_ARMOR = 4;\r
const float STAT_WEAPONFRAME = 5;\r
// const float STAT_SHELLS = 6;\r
// const float STAT_NAILS = 7;\r
else\r
Sbar_DrawScoreboard();\r
float armor, health;\r
- armor = getstati(STAT_ARMOR); // armor is not used in Vore Tournament by default, but still exists for mods that might want it\r
+ armor = getstati(STAT_ARMOR);\r
health = getstati(STAT_HEALTH);\r
\r
stat_items = getstati(STAT_ITEMS);\r
float IT_5HP = 524288;\r
float IT_25HP = 1048576;\r
float IT_ARMOR_SHARD = 2097152;\r
-float IT_ARMOR = 4194304; // armor is not used in Vore Tournament by default, but still exists for mods that might want it\r
+float IT_ARMOR = 4194304;\r
\r
float IT_AMMO = 8064; // IT_FUEL;\r
float IT_PICKUPMASK = 51; // IT_FUEL_REGEN | IT_JETPACK | IT_UNLIMITED_AMMO; // strength and invincible are handled separately\r