Don't give roof visited
[snowed-in.git] / 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;
                 }
             }
         ];