diff options
author | Griffin Smith <root@gws.fyi> | 2019-07-28T21·48-0400 |
---|---|---|
committer | Griffin Smith <root@gws.fyi> | 2019-07-28T21·48-0400 |
commit | ea648cfcdda329f6bc01b3691d450080e060f5b4 (patch) | |
tree | 0de40e58b83f7e311f2f815af69bfa494b578fce | |
parent | 6c1eba67629504f10fa08ee68fb31f507c99b0d1 (diff) |
Add some more name prompts
for character! and also characters.
-rw-r--r-- | src/messages.toml | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/src/messages.toml b/src/messages.toml index c4a86beffff4..69fd389faccc 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}}" |