From 730950d6bbb3a233cf4d3fb6693c425b66b52823 Mon Sep 17 00:00:00 2001 From: Ombridride Date: Mon, 27 Jul 2015 20:35:19 +0200 Subject: [PATCH] Disable the HEAL feature of [3d_armor] mod Because it doesn't work with [hudbars] and our other hud mods --- mods/3d_armor/3d_armor/armor.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/3d_armor/3d_armor/armor.conf b/mods/3d_armor/3d_armor/armor.conf index b097f3dd..4e4b86fd 100755 --- a/mods/3d_armor/3d_armor/armor.conf +++ b/mods/3d_armor/3d_armor/armor.conf @@ -26,7 +26,7 @@ ARMOR_LEVEL_MULTIPLIER = 1 -- You can use this to increase or decrease overall armor healing, -- eg: ARMOR_HEAL_MULTIPLIER = 0 will disable healing altogether. -ARMOR_HEAL_MULTIPLIER = 1 +ARMOR_HEAL_MULTIPLIER = 0 -- You can also use this file to execute arbitary lua code -- eg: Dumb the armor down if using Simple Mobs