Add inventory command

This commit is contained in:
Andrew Miner
2018-05-26 22:54:07 -06:00
parent b2c2ecce46
commit 3afe4d0f6d
2 changed files with 20 additions and 10 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ window.STORY = s = new Story("A Walk Through My House")
# Items ################################################################################################################
boxOfTile = s.addItem("box of tile")
boxOfTile = s.addItem("box of tiles")
boxOfTile.description =
"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."