From 3534f49c474521d12375a63889038cf5b160e3fe Mon Sep 17 00:00:00 2001 From: Jason Self Date: Fri, 10 Jun 2022 09:22:42 -0700 Subject: [PATCH] Don't give roof visited This prevents the message about the snowmobile from being displayed. The roof can be given visited automatically when it's entered. --- src/snowed-in.inf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/snowed-in.inf b/src/snowed-in.inf index f19a9e0..f0b2846 100644 --- a/src/snowed-in.inf +++ b/src/snowed-in.inf @@ -43,7 +43,7 @@ Constant Headline Include "parser"; Include "verblib"; Release 2; -Serial "220601"; +Serial "220610"; Object mainroom "Main Room" with description @@ -973,7 +973,6 @@ Object northofcabin "North Of Cabin" if (noun == s_obj) { if (roof hasnt visited) { score = score + 1; - give roof visited; } } ]; -- 2.31.1