From: Christine Lemmer-Webber Date: Wed, 21 Sep 2022 14:41:14 +0000 (-0400) Subject: Fix the time on the candle X-Git-Url: https://jxself.org/git/?p=mudsync.git;a=commitdiff_plain;h=58d522512e67ae45210281823807b32ed9ca4060 Fix the time on the candle --- 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!"