Correct flashlight's SwitchOff piece
authorJason Self <j@jxself.org>
Tue, 11 Oct 2022 12:14:24 +0000 (05:14 -0700)
committerJason Self <j@jxself.org>
Tue, 11 Oct 2022 12:14:24 +0000 (05:14 -0700)
Turning off the flashlight would turn off the lantern instead.

src/snowed-in.inf

index a75e04222304908670c40af1b843c7a69e8dc99d..29673c19704aa591b085baf7acdff43bc0795c0c 100644 (file)
@@ -43,7 +43,7 @@ Constant Headline
 Include "parser";
 Include "verblib";
 Release 4;
-Serial "220809";
+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;