diff options
Diffstat (limited to 'users/grfn/xanthous/src/Xanthous/messages.yaml')
-rw-r--r-- | users/grfn/xanthous/src/Xanthous/messages.yaml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/users/grfn/xanthous/src/Xanthous/messages.yaml b/users/grfn/xanthous/src/Xanthous/messages.yaml index 710c0c17b067..b50dc321fd28 100644 --- a/users/grfn/xanthous/src/Xanthous/messages.yaml +++ b/users/grfn/xanthous/src/Xanthous/messages.yaml @@ -24,7 +24,7 @@ entities: pickUp: menu: What would you like to pick up? - pickUp: You pick up the {{item.itemType.name}} + pickUp: You pick up the {{item.itemType.name}}. nothingToPickUp: "There's nothing here to pick up" cant: @@ -101,6 +101,11 @@ read: nothing: "There's nothing there to read" result: "\"{{message}}\"" +inventory: + describe: + select: Select an item in your inventory to describe + nothing: You aren't carrying anything + wield: nothing: - You aren't carrying anything you can wield |