From 0f79a06733c30ddca4bc0746ddc99e1626775fff Mon Sep 17 00:00:00 2001 From: Griffin Smith Date: Sun, 5 Jan 2020 12:55:15 -0500 Subject: Add staircases, and moving between levels Currently we just pick randomly between the cave and dungeon level generators. There's a lot of bugs here, but it's *sorta* working, so I'm leaving it as is. --- src/Xanthous/messages.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/Xanthous/messages.yaml') diff --git a/src/Xanthous/messages.yaml b/src/Xanthous/messages.yaml index 1a4159b0ac6a..23cc102f5ef5 100644 --- a/src/Xanthous/messages.yaml +++ b/src/Xanthous/messages.yaml @@ -23,6 +23,14 @@ pickUp: pickUp: You pick up the {{item.itemType.name}} nothingToPickUp: "There's nothing here to pick up" +cant: + goUp: + - You can't go up here + - There's nothing here that would let you go up + goDown: + - You can't go down here + - There's nothing here that would let you go down + open: prompt: Direction to open (hjklybnu.)? success: "You open the door." -- cgit 1.4.1