mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-01-23 16:30:19 +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
|
-- HUD item ids
|
||||||
local hunger_hud = {}
|
local hunger_hud = {}
|
||||||
|
|
||||||
HUNGER_HUD_TICK = 0.1
|
HUNGER_HUD_TICK = 1.0
|
||||||
|
|
||||||
--Some hunger settings
|
--Some hunger settings
|
||||||
hbhunger.exhaustion = {} -- Exhaustion is experimental!
|
hbhunger.exhaustion = {} -- Exhaustion is experimental!
|
||||||
|
Loading…
Reference in New Issue
Block a user