Correct a small bug
authorJason Self <j@jxself.org>
Mon, 30 May 2022 02:19:38 +0000 (19:19 -0700)
committerJason Self <j@jxself.org>
Mon, 30 May 2022 02:19:38 +0000 (19:19 -0700)
src/snowed-in.inf

index e37515b5ae323bc3ce83111d8dc6c2c97a49e7ce..42b27c3044354302a2214339018af758ff804aff 100644 (file)
@@ -202,7 +202,7 @@ Object  lightsocket "light socket" mainroom
                     with a warning label because you contain more than 
                     a trace amount of nut.";
             }
-            if (noun == lightbulb && light has on) {
+            if (noun == lightbulb && lightbulb has on) {
                 give mainroom light;
                 give office light;
                 give kitchenette light;