about summary refs log tree commit diff
diff options
context:
space:
mode:
authorGriffin Smith <root@gws.fyi>2019-07-28T21·48-0400
committerGriffin Smith <root@gws.fyi>2019-07-28T21·48-0400
commitea648cfcdda329f6bc01b3691d450080e060f5b4 (patch)
tree0de40e58b83f7e311f2f815af69bfa494b578fce
parent6c1eba67629504f10fa08ee68fb31f507c99b0d1 (diff)
Add some more name prompts
for character! and also characters.
-rw-r--r--src/messages.toml9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/messages.toml b/src/messages.toml
index c4a86befff..69fd389fac 100644
--- a/src/messages.toml
+++ b/src/messages.toml
@@ -11,7 +11,14 @@ killed = [
     ]
 
 [character]
-name_prompt = "What's your name?"
+name_prompt = [
+    "Hey there friend. What's your name?",
+    "Hey there friend. What should we call you?",
+    "Howdy. What's your name?",
+    "Name please!",
+    "What's your name?",
+    "Hey, what's your name?",
+]
 
 [defaults.item]
 eat = "You eat the {{item.name}}. {{action.result}}"