Fix last button-pressing message
authorChristopher Allan Webber <cwebber@dustycloud.org>
Mon, 30 Jan 2017 05:38:35 +0000 (23:38 -0600)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Mon, 30 Jan 2017 05:38:35 +0000 (23:38 -0600)
worlds/bricabrac.scm

index bd953aa6d6a17d4cf8e447d6bbb16e71ddd19b2b..085822681aede781b2ae326cd68d622f56029bd7 100644 (file)
@@ -1053,7 +1053,7 @@ the paint, but the wires themselves seem to be unusually sturdy."
        (set! (.state gameobj) 'ready)
        (tell-room "The READY light turns on!"))
       ((loading ready)
        (set! (.state gameobj) 'ready)
        (tell-room "The READY light turns on!"))
       ((loading ready)
-       (<- 'tell player
+       (<- player 'tell
            #:text '("Pressing the button does nothing right now, "
                     "but it does feel satisfying.")))))
    (else
            #:text '("Pressing the button does nothing right now, "
                     "but it does feel satisfying.")))))
    (else