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