diff options
Diffstat (limited to 'users/grfn/xanthous/src/Xanthous/messages.yaml')
-rw-r--r-- | users/grfn/xanthous/src/Xanthous/messages.yaml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/users/grfn/xanthous/src/Xanthous/messages.yaml b/users/grfn/xanthous/src/Xanthous/messages.yaml index 63763b199634..4f5dff52f6d0 100644 --- a/users/grfn/xanthous/src/Xanthous/messages.yaml +++ b/users/grfn/xanthous/src/Xanthous/messages.yaml @@ -71,9 +71,7 @@ combat: generic: - 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! + creatureAttack: The {{creature.creatureType.name}} {{attackDescription}} killed: - You kill the {{creature.creatureType.name}}! - You've killed the {{creature.creatureType.name}}! |