From: Jason Self Date: Mon, 30 May 2022 03:09:53 +0000 (-0700) Subject: Uncomment if frontdoor has open. Also remove a commented line X-Git-Tag: r2~5 X-Git-Url: https://jxself.org/git/?p=snowed-in.git;a=commitdiff_plain;h=be22f647a8e7e8915aac504fe1e096960a55d531 Uncomment if frontdoor has open. Also remove a commented line --- 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"