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.toml7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/messages.toml b/src/messages.toml
index e7d097a76f61..c4a86beffff4 100644
--- a/src/messages.toml
+++ b/src/messages.toml
@@ -1,5 +1,5 @@
 [global]
-welcome = "Welcome to Xanthous! It's dangerous out there, why not stay inside?"
+welcome = "Welcome to Xanthous, {{character.name}}! It's dangerous out there, why not stay inside?"
 
 [combat]
 attack = "You attack the {{creature.name}}."
@@ -10,5 +10,8 @@ killed = [
     "The {{creature.name}} beefs it."
     ]
 
+[character]
+name_prompt = "What's your name?"
+
 [defaults.item]
-eat = "You eat the {{item.name}}"
+eat = "You eat the {{item.name}}. {{action.result}}"