From be22f647a8e7e8915aac504fe1e096960a55d531 Mon Sep 17 00:00:00 2001 From: Jason Self Date: Sun, 29 May 2022 20:09:53 -0700 Subject: [PATCH] Uncomment if frontdoor has open. Also remove a commented line --- src/snowed-in.inf | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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" -- 2.31.1