1
0
mirror of https://github.com/minetest-mods/3d_armor.git synced 2024-09-28 23:40:36 +02:00

Fix undeclared global error in hazmat_suit

This commit is contained in:
stujones11 2016-05-18 19:41:39 +01:00
parent b14db3c43c
commit 3cf6887abd

View File

@ -11,7 +11,7 @@ if minetest.get_modpath("shields") then
level = level / 0.9 level = level / 0.9
end end
if count == #armor.elements then if part_count == #armor.elements then
level = level / 1.1 level = level / 1.1
end end