X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=src%2Fsnowed-in.inf;fp=src%2Fsnowed-in.inf;h=af4c4c9936ef671bb9c9a0549f9c55b7da973a55;hb=be22f647a8e7e8915aac504fe1e096960a55d531;hp=d8feda3e65c935275f36c70288a00a8b47897ab6;hpb=ba2bdccac53465641a5a1540efb6d1a411acb14d;p=snowed-in.git diff --git a/src/snowed-in.inf b/src/snowed-in.inf index d8feda3..af4c4c9 100644 --- a/src/snowed-in.inf +++ b/src/snowed-in.inf @@ -569,9 +569,9 @@ 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(); @@ -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"