diff options
Diffstat (limited to 'src/Xanthous/messages.yaml')
-rw-r--r-- | src/Xanthous/messages.yaml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/Xanthous/messages.yaml b/src/Xanthous/messages.yaml index 4d7b0003fac7..7590db2e2050 100644 --- a/src/Xanthous/messages.yaml +++ b/src/Xanthous/messages.yaml @@ -15,3 +15,12 @@ open: character: namePrompt: "What's your name? " + +combat: + nothingToAttack: There's nothing to attack there + hit: + - You hit the {{creature.creatureType.name}} + - You attack the {{creature.creatureType.name}} + killed: + - You kill the {{creature.creatureType.name}}! + - You've killed the {{creature.creatureType.name}}! |