mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2024-11-20 09:10:29 +01:00
Mistake in armor tweak & upgrade
This commit is contained in:
parent
be950281b3
commit
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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user