1
0
镜像自地址 https://github.com/sys4-fr/server-nalc.git 已同步 2025-10-27 11:05:18 +01:00

Mistake in armor tweak & upgrade

这个提交包含在:
Ombridride
2015-03-28 13:56:24 +01:00
父节点 be950281b3
当前提交 376fc7d0ff

查看文件

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