1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2024-09-28 23:40:34 +02:00

Raise hunger HUD bar tick rate to 1s

This commit is contained in:
Wouters Dorian 2015-07-19 14:08:46 +02:00
parent 7305bae805
commit 1cb9500d0d

View File

@ -9,7 +9,7 @@ hbhunger.hunger_out = {}
-- HUD item ids
local hunger_hud = {}
HUNGER_HUD_TICK = 0.1
HUNGER_HUD_TICK = 1.0
--Some hunger settings
hbhunger.exhaustion = {} -- Exhaustion is experimental!