Don't give roof visited
[snowed-in.git] / src / snowed-in.inf
index 322d8808a9b93d9c9f276d6a461f38505d8560ba..f0b284699cf370816c9b8eacd7856f3b076cbaeb 100644 (file)
@@ -42,8 +42,8 @@ Constant Headline
     If not, contact the place you got it from.^^";
 Include "parser";
 Include "verblib";
-Release 1;
-Serial "220601";
+Release 2;
+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;
                 }
             }
         ];