about summary refs log tree commit diff
path: root/src/Xanthous/Entities/Raws/noodles.yaml
AgeCommit message (Collapse)AuthorFilesLines
2019-09-20 Describe what you see when you walk over itemsGriffin Smith1-1/+1
Every step the character takes, describe the entities at that position excluding the character.
2019-09-19 Add items and inventoryGriffin Smith1-0/+8
Add a new "Item" entity, which pulls from the previously-existent ItemType raw, and add a "PickUp" command which takes the (currently *only*) item off the ground and puts it into the inventory.