Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
About The Pull Request
Somethings off with the stamina calculation as of late.
At first I thought it was simply not obeying the CLAMP max, but that turned out not to be the case, #11322 You CAN have up to 360 total stamina damage, adding all the limbs together, its not limited to 100 as someone suggested.
I've narrowed it down to what I believe should make the decrease better, namely, as soon as we hit stamcrit, we want to dump a lot of stamina very quickly, and mitigate incoming stamina.
If we don't, you end up with scenarios where someone can spend 160 seconds on the floor, basically making it seem like its not going down at all.
Why It's Good For The Game
Should put us back around what it was before. Only what I've tested though. Probably could use a TM.
Testing Photographs and Procedure
Currently
dreamseeker_eyJlXGKDqX.mp4
After this PR
dreamseeker_edjrRUhwEt.mp4
Changelog
🆑 rkz
fix: possibly fixes stamina healing
/:cl: