Add sprint_stamina_heal.

This sets the amount to heal when not sprinting.
This commit is contained in:
orbea
2020-04-01 14:57:36 -07:00
committed by texmex
parent 19b4e25017
commit 5be91db7bc
2 changed files with 5 additions and 1 deletions

View File

@ -16,6 +16,9 @@ sprint_stamina (Stamina) bool true
#The amount of stamina to drain while sprinting
sprint_stamina_drain (Stamina drain) float 2
#The amount of stamina to heal while not sprinting
sprint_stamina_heal (Stamina heal) float 2
#The amount of seconds before starting to replenish stamina
sprint_stamina_replenish (Stamina replenish) float 2