forked from mtcontrib/3d_armor
Fix undeclared global error in hazmat_suit
This commit is contained in:
parent
b14db3c43c
commit
3cf6887abd
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user