From: Jason Self Date: Mon, 30 May 2022 02:19:38 +0000 (-0700) Subject: Correct a small bug X-Git-Tag: r2~8 X-Git-Url: https://jxself.org/git/?p=snowed-in.git;a=commitdiff_plain;h=27e8957d3117b55a59829c43d31b4c55cdce0de0 Correct a small bug --- diff --git a/src/snowed-in.inf b/src/snowed-in.inf index e37515b..42b27c3 100644 --- a/src/snowed-in.inf +++ b/src/snowed-in.inf @@ -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;