1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2024-09-29 07:50:35 +02:00

Comment useless code in 3d_armor

This commit is contained in:
Ombridride 2015-05-26 19:22:14 +02:00
parent ce1faef5da
commit 06d1bb053f

View File

@ -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