mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2024-11-07 02:50:26 +01:00
HUD still buggy
This commit is contained in:
parent
be58231132
commit
54bf90e45f
|
@ -368,6 +368,7 @@ function hud.handle_node_actions(pos, oldnode, player, ext)
|
||||||
new = HUD_HUNGER_EXHAUST_MOVE
|
new = HUD_HUNGER_EXHAUST_MOVE
|
||||||
end
|
end
|
||||||
if exhaus == nil then return end
|
if exhaus == nil then return end
|
||||||
|
print("zerobin")
|
||||||
print(exhaus) -- If exhaus goes through the condition
|
print(exhaus) -- If exhaus goes through the condition
|
||||||
exhaus = exhaus + new
|
exhaus = exhaus + new
|
||||||
if exhaus > HUD_HUNGER_EXHAUST_LVL then
|
if exhaus > HUD_HUNGER_EXHAUST_LVL then
|
||||||
|
|
Loading…
Reference in New Issue
Block a user