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
As we all know, if you are hot, insulation is bad for you. It keeps in the heat and makes you stay---
Actually that isn't the case. For whichever reason, being warm has additional insulation bypassing calculations that make you bleed off heat like crazy, despite you already having a mechanism for that, aka
natural_bodytemperature_stabilization()
.This means that you can even bleed double the heat you actually should if your insulation is already low, since it applies whether or not you are insulated.
(In addition to your active temperature control via stabilization)
It irks me. A lot. Insulation doesn't care whether you want to be warm or not; it is up to the one using it (or not using it if trying to use environmental temperature) to handle that conundrum.
This PR removes the additional calculation from temperature adjustment calculation, making it function just as it should without magically tunneling heat through your liquid-nitrogen-proof suit.
Why It's Good For The Game
There is absolutely no reason for this to exist. If you are hot, and trying to cool down via the air, the natural response is to remove insulation. There is no such special case for being cold (thankfully) and there should be none for being hot either.
Changelog
🆑
balance: Being warm no longer bypasses insulation (sort of, it was worse than that but I'm not elaborating here) when in a colder environment than you.
/:cl: