diff --git a/mods/3d_armor/3d_armor/armor.conf b/mods/3d_armor/3d_armor/armor.conf index b9ead1e5..4e4b86fd 100755 --- a/mods/3d_armor/3d_armor/armor.conf +++ b/mods/3d_armor/3d_armor/armor.conf @@ -30,8 +30,8 @@ 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 = 1 - ARMOR_HEAL_MULTIPLIER = 0 -end +--if minetest.get_modpath("mobs") then +-- ARMOR_LEVEL_MULTIPLIER = 1 +-- ARMOR_HEAL_MULTIPLIER = 0 +--end