Uncomment if frontdoor has open. Also remove a commented line
[snowed-in.git] / src / snowed-in.inf
index 0c4ce1a35fa647c6511c8595fe40f37b7b4033ac..af4c4c9936ef671bb9c9a0549f9c55b7da973a55 100644 (file)
@@ -569,14 +569,14 @@ 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();
-                print "^";
             }
+            print "^";
         ],
         n_to frontdoor,
         s_to forest,
@@ -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"
@@ -872,8 +871,8 @@ Object  eastofcabin "East Of Cabin"
             if (cabin_has_electricity == 1 && lantern in player && lantern_fuel_left
             > 0) {
                 throw_rock();
-                print "^";
             }
+            print "^";
         ],
         w_to window,
         s_to southofcabin,