Merge pull request #13752 from Citadel-Station-13/silicons-patch-15

tweaks stamcrit to be removed when under 100 stamina damage, rather than at 140
This commit is contained in:
DeltaFire
2020-12-14 05:32:28 +01:00
committed by GitHub
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -81,6 +81,8 @@
//stamina stuff
/// crit for stamina damage. forces a rest, and stops movement until stamina goes back to stamina softcrit
#define STAMINA_CRIT 140
/// Threshold for leaving stamina critical
#define STAMINA_CRIT_REMOVAL_THRESHOLD 100
/// Threshold under for which you are unable to draw from stamina health to replace stamina buffer
#define STAMINA_NO_OVERDRAW_THRESHOLD 100