From: Jason Self Date: Mon, 30 May 2022 03:03:17 +0000 (-0700) Subject: Fix up some line breaks X-Git-Tag: r2~6 X-Git-Url: https://jxself.org/git/?p=snowed-in.git;a=commitdiff_plain;h=ba2bdccac53465641a5a1540efb6d1a411acb14d Fix up some line breaks --- 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,