From ea648cfcdda329f6bc01b3691d450080e060f5b4 Mon Sep 17 00:00:00 2001 From: Griffin Smith Date: Sun, 28 Jul 2019 17:48:25 -0400 Subject: Add some more name prompts for character! and also characters. --- src/messages.toml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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}}" -- cgit 1.4.1