reduces stam buffer regen time to 1 second (#7504)
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user