Fix a bug with not wearing the snow suit
authorJason Self <j@jxself.org>
Sat, 5 Jun 2021 17:06:50 +0000 (10:06 -0700)
committerJason Self <j@jxself.org>
Sat, 5 Jun 2021 17:06:50 +0000 (10:06 -0700)
commit7b61c4eb051a133cb17e084bdfccdf851f0e9794
treeb5e6228cf1490c0bcbbdfdf9614f81c7888ecc7f
parent735fee4eb23eb74e08102a2e56f785dac0ae899d
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.
src/snowed-in.inf