]> de.git.xonotic.org Git - voretournament/voretournament.git/blobdiff - data/qcsrc/common/items.qh
Remove comments saying armor is not used in VT. Now it is :)
[voretournament/voretournament.git] / data / qcsrc / common / items.qh
index 2650545841ec7af890a0efe3234e9c359a7dbe91..de400143308ffe646b57cb8de4e1259bd21f9b53 100644 (file)
@@ -39,7 +39,7 @@ float IT_HEALTH                               = 32768;
 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