forked from tgstation/tgstation
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix inconsistency in FREEZE_PROOF flag (tgstation#74102)
Although all objects that _have_ the flag attach it to `resistance_flags` (which is what the define location implies it's supposed to be set on), all the code that checked it for the purposes of applying the freezing element used `obj_flags`. As far as I can tell, that meant the only things immune to freezing were things that "blocked z falling from above". Also, freezing only happens with some obscure weapons and low temperature water vapour, but hey 🤷. :cl: coiax fix: Coffee cups are now correctly immune to becoming frozen by low temperature water vapour. /:cl: --- Shout out to RaveRadbury who helped me with debugging this.
- Loading branch information
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters