reduces stam buffer regen time to 1 second (#7504)

This commit is contained in:
deathride58
2018-09-07 10:26:29 -04:00
committed by kevinz000
parent 6fc3df1c91
commit b89203acc7
@@ -5,7 +5,7 @@
if(directstamloss > 0)
adjustStaminaLoss(directstamloss)
bufferedstam = CLAMP(bufferedstam + amount, 0, stambuffer)
stambufferregentime = world.time + 2 SECONDS
stambufferregentime = world.time + 10
if(updating_stamina)
update_health_hud()