From: Jason Self Date: Fri, 10 Jun 2022 16:22:42 +0000 (-0700) Subject: Don't give roof visited X-Git-Tag: r3~1 X-Git-Url: https://jxself.org/git/?p=snowed-in.git;a=commitdiff_plain;h=3534f49c474521d12375a63889038cf5b160e3fe 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. --- 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; } } ];