Correct flashlight's SwitchOff piece
[snowed-in.git] / src / snowed-in.inf
index b92c9200299e77861f58e750f42e6450b5dbf248..29673c19704aa591b085baf7acdff43bc0795c0c 100644 (file)
@@ -42,8 +42,8 @@ Constant Headline
     If not, contact the place you got it from.^^";
 Include "parser";
 Include "verblib";
-Release 3;
-Serial "220612";
+Release 4;
+Serial "221011";
 
 Object  mainroom "Main Room"
   with  description 
@@ -715,7 +715,7 @@ Object  flashlight "flashlight" backpack
             }
             give flashlight light;
           SwitchOff:
-            give lantern ~light;
+            give flashlight ~light;
         ],
   has   switchable;