about summary refs log tree commit diff
path: root/test/Xanthous/UtilSpec.hs
AgeCommit message (Collapse)AuthorFilesLines
2019-10-15 Don't walk gormlaks into wallsGriffin Smith1-0/+4
Because of the way lines are drawn, a specific configuration of positioning for gormlaks would have them decide they desperately wanted to walk *inside* a wall, which they would then both fail to do but also always collide with whenever they tried to go anywhere else.
2019-10-06 Allow eating edible itemsGriffin Smith1-0/+24
Add menu support to the prompt system, and an "Eat" command that prompts for an item to eat and eats the item the character specifies, restoring an amount of hitpoints configurable via the item raw type.