From ba2bdccac53465641a5a1540efb6d1a411acb14d Mon Sep 17 00:00:00 2001 From: Jason Self Date: Sun, 29 May 2022 20:03:17 -0700 Subject: [PATCH] Fix up some line breaks --- src/snowed-in.inf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/snowed-in.inf b/src/snowed-in.inf index 0c4ce1a..d8feda3 100644 --- a/src/snowed-in.inf +++ b/src/snowed-in.inf @@ -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, -- 2.31.1