Fix up some line breaks
authorJason Self <j@jxself.org>
Mon, 30 May 2022 03:03:17 +0000 (20:03 -0700)
committerJason Self <j@jxself.org>
Mon, 30 May 2022 03:03:17 +0000 (20:03 -0700)
src/snowed-in.inf

index 0c4ce1a35fa647c6511c8595fe40f37b7b4033ac..d8feda3e65c935275f36c70288a00a8b47897ab6 100644 (file)
@@ -575,8 +575,8 @@ Object  southofcabin "South Of Cabin"
             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,7 @@ Object  forest "Forest"
             "The snowshoes are doing their job by making sure 
             you don't sink into the snow. ";
     }
-    print "^";
+    !    print "^";
 ];
 
 Object  eastofcabin "East Of Cabin"
@@ -872,8 +872,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,