Fix typo in tile description

This commit is contained in:
Andrew Miner
2018-05-28 20:56:33 -06:00
parent ade2fe2339
commit c3a66b1bc6
+1 -1
View File
@@ -4,7 +4,7 @@ window.STORY = new Story "A Walk Through My House", ->
boxOfTile = @addItem "box of tiles" boxOfTile = @addItem "box of tiles"
boxOfTile.description = 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." quite heavy."
boxOfTile.take = => boxOfTile.take = =>
@log.writeln "Oof! It's too heavy." @log.writeln "Oof! It's too heavy."