From c3a66b1bc6d73746c28f3ccfa5be9ff52c1b5135 Mon Sep 17 00:00:00 2001 From: Andrew Miner Date: Mon, 28 May 2018 20:56:33 -0600 Subject: [PATCH] Fix typo in tile description --- story.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/story.coffee b/story.coffee index 3efca9e..6a2a2b3 100644 --- a/story.coffee +++ b/story.coffee @@ -4,7 +4,7 @@ window.STORY = new Story "A Walk Through My House", -> boxOfTile = @addItem "box of tiles" boxOfTile.description = - "This appears to be a box of flooring tile@ The tiles appear to be a very light color of natural stone. It is + "This appears to be a box of flooring tiles. The tiles appear to be a very light color of natural stone. It is quite heavy." boxOfTile.take = => @log.writeln "Oof! It's too heavy."