Upgrade hbarmor mod to version 0.3.0

This commit is contained in:
Wuzzy 2017-03-09 18:31:17 +01:00
parent 04daa1295b
commit 1a427824a9
2 changed files with 2 additions and 2 deletions

View file

@ -93,7 +93,7 @@ function hbarmor.set_armor(player_name, ges_state, items)
lvl = 0
end
hbarmor.armor[player_name] = math.min(lvl* (items * (100 / max_items)), 100)
hbarmor.armor[player_name] = math.max(0, math.min(lvl* (items * (100 / max_items)), 100))
end
-- update hud elemtens if value has changed