Uncomment if frontdoor has open. Also remove a commented line
authorJason Self <j@jxself.org>
Mon, 30 May 2022 03:09:53 +0000 (20:09 -0700)
committerJason Self <j@jxself.org>
Mon, 30 May 2022 03:09:53 +0000 (20:09 -0700)
src/snowed-in.inf

index d8feda3e65c935275f36c70288a00a8b47897ab6..af4c4c9936ef671bb9c9a0549f9c55b7da973a55 100644 (file)
@@ -569,9 +569,9 @@ Object  southofcabin "South Of Cabin"
                 print 
                     "It's really cold and you're not dressed for 
                     this weather. ";
-            if (frontdoor has open) {
-            check_for_cabin_lighting();
-            }
+            if (frontdoor has open) {
+                check_for_cabin_lighting();
+            }
             if (snowshoes has worn && lantern in player && eastofcabin hasnt
             visited && lantern_fuel_left > 0) {
                 throw_rock();
@@ -862,7 +862,6 @@ Object  forest "Forest"
             "The snowshoes are doing their job by making sure 
             you don't sink into the snow. ";
     }
-    !    print "^";
 ];
 
 Object  eastofcabin "East Of Cabin"