about summary refs log tree commit diff
path: root/src/messages.toml
diff options
context:
space:
mode:
Diffstat (limited to 'src/messages.toml')
-rw-r--r--src/messages.toml9
1 files changed, 7 insertions, 2 deletions
diff --git a/src/messages.toml b/src/messages.toml
index a6b795d97ec7..d3e0e1de8a23 100644
--- a/src/messages.toml
+++ b/src/messages.toml
@@ -2,5 +2,10 @@
 welcome = "Welcome to Xanthous! It's dangerous out there, why not stay inside?"
 
 [combat]
-attack = "You attack the {{creature_name}}."
-killed = "You killed the {{creature_name}}."
+attack = "You attack the {{creature.name}}."
+killed = [
+    "You've killed the {{creature.name}}.",
+    "The {{creature.name}} dies.",
+    "The {{creature.name}} kicks it.",
+    "The {{creature.name}} beefs it."
+    ]