From 58d522512e67ae45210281823807b32ed9ca4060 Mon Sep 17 00:00:00 2001 From: Christine Lemmer-Webber Date: Wed, 21 Sep 2022 10:41:14 -0400 Subject: [PATCH] Fix the time on the candle --- worlds/bricabrac.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worlds/bricabrac.scm b/worlds/bricabrac.scm index cd335e2..3910990 100644 --- a/worlds/bricabrac.scm +++ b/worlds/bricabrac.scm @@ -972,7 +972,7 @@ What could happen if you started it?") #:name "a candle" #:goes-by '("candle") #:steps `("The candle burns..." - (/ 2 3) ; oops! + .3 ; oops! "The candle is burning away a rope!" 2 "The rope snaps!" -- 2.31.1