mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2024-11-16 23:40:31 +01:00
Raise hunger HUD bar tick rate to 1s
This commit is contained in:
parent
7305bae805
commit
1cb9500d0d
|
@ -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!
|
||||
|
|
Loading…
Reference in New Issue
Block a user