From 376fc7d0ffc51f28e04108de5c685e05d443afda Mon Sep 17 00:00:00 2001 From: Ombridride Date: Sat, 28 Mar 2015 13:56:24 +0100 Subject: [PATCH] Mistake in armor tweak & upgrade --- 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 61f65069..b9ead1e5 100755 --- a/mods/3d_armor/3d_armor/armor.conf +++ b/mods/3d_armor/3d_armor/armor.conf @@ -31,7 +31,7 @@ ARMOR_HEAL_MULTIPLIER = 0 -- You can also use this file to execute arbitary lua code -- eg: Dumb the armor down if using Simple Mobs if minetest.get_modpath("mobs") then - ARMOR_LEVEL_MULTIPLIER = 0.35 + ARMOR_LEVEL_MULTIPLIER = 1 ARMOR_HEAL_MULTIPLIER = 0 end