From: Jason Self Date: Sat, 5 Jun 2021 17:06:50 +0000 (-0700) Subject: Fix a bug with not wearing the snow suit X-Git-Tag: r1~8 X-Git-Url: https://jxself.org/git/?a=commitdiff_plain;h=7b61c4eb051a133cb17e084bdfccdf851f0e9794;hp=7b61c4eb051a133cb17e084bdfccdf851f0e9794;p=snowed-in.git Fix a bug with not wearing the snow suit The idea is that you're supposed to eventually freeze to death if you're outside without it for too long. This conditional is problematic in that location ~= thedark causes the problem. The outside of the cabin area meets that criteria because it is indeed not thedark so that raises the body temperature back up, so it doesn't keep going down. ---