Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes temperature getting stuck in offset equalibrium causing lizards…
… to die if wearing thermal insulation (tgstation#85401) ## About The Pull Request When returning to thermal equilibrium, the core temperature and body temperature seem to get stuck in a feedback loop, causing them to sometimes get stuck below or above safe limits and kill the player unless they remove their armor. This fixes that. Here's a pic of slowly returning to safe temperature after being shot a bunch by watcher, whereas originally this would kill you if you had too much thermal insulation. ![image](https://github.com/user-attachments/assets/72236ff6-2444-4872-a19c-92d8788f660d) (Ignore the duplicate var prints, one should be core_skin_change, but messed it up) ## Why It's Good For The Game You don't have to remove your armor to stop from being permanently frozen/hot. ## Changelog :cl: fix: Fixes getting permanently hot or cold if wearing thermal insulation as a lizard /:cl:
- Loading branch information