Don't give roof visited
authorJason Self <j@jxself.org>
Fri, 10 Jun 2022 16:22:42 +0000 (09:22 -0700)
committerJason Self <j@jxself.org>
Fri, 10 Jun 2022 16:22:42 +0000 (09:22 -0700)
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

index f19a9e0b87fb09355062d34ea27ac268b36424c9..f0b284699cf370816c9b8eacd7856f3b076cbaeb 100644 (file)
@@ -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;
                 }
             }
         ];