From 30b63e1ad9cab75cf45509e7e58dc713ddc82a21 Mon Sep 17 00:00:00 2001 From: Christopher Allan Webber Date: Sun, 29 Jan 2017 23:38:35 -0600 Subject: [PATCH] Fix last button-pressing message --- worlds/bricabrac.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worlds/bricabrac.scm b/worlds/bricabrac.scm index bd953aa..0858226 100644 --- a/worlds/bricabrac.scm +++ b/worlds/bricabrac.scm @@ -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) - (<- 'tell player + (<- player 'tell #:text '("Pressing the button does nothing right now, " "but it does feel satisfying."))))) (else -- 2.31.1