X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=src%2Fsnowed-in.inf;h=d8feda3e65c935275f36c70288a00a8b47897ab6;hb=ba2bdccac53465641a5a1540efb6d1a411acb14d;hp=0c4ce1a35fa647c6511c8595fe40f37b7b4033ac;hpb=5dba16f603d4f0b0f7e699957f22b51ac858b26e;p=snowed-in.git 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,