Accidentally commited deletion of these.

This was supposed to remain in the mod.
This commit is contained in:
Auke Kok 2016-03-08 21:19:25 -08:00
parent 5303209afa
commit c610285972

View File

@ -103,10 +103,12 @@ local function exhaust_player(player, v)
end
-- Time based stamina functions
local stamina_timer = 0
local health_timer = 0
local action_timer = 0
local function stamina_globaltimer(dtime)
stamina_timer = stamina_timer + dtime
health_timer = health_timer + dtime
action_timer = action_timer + dtime