diff options
Diffstat (limited to 'src/Xanthous/messages.yaml')
-rw-r--r-- | src/Xanthous/messages.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Xanthous/messages.yaml b/src/Xanthous/messages.yaml index ba6d49150aee..8f761ba6e76d 100644 --- a/src/Xanthous/messages.yaml +++ b/src/Xanthous/messages.yaml @@ -1,4 +1,5 @@ welcome: Welcome to Xanthous, {{characterName}}! It's dangerous out there, why not stay inside? +dead: You have died... Press Enter to continue. entities: description: You see here {{entityDescriptions}} @@ -21,6 +22,9 @@ combat: hit: - You hit the {{creature.creatureType.name}} - You attack the {{creature.creatureType.name}} + creatureAttack: + - The {{creature.creatureType.name}} hits you! + - The {{creature.creatureType.name}} attacks you! killed: - You kill the {{creature.creatureType.name}}! - You've killed the {{creature.creatureType.name}}! |