summaryrefslogtreecommitdiff
path: root/client/menu/setup.gd
diff options
context:
space:
mode:
Diffstat (limited to 'client/menu/setup.gd')
-rw-r--r--client/menu/setup.gd2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/menu/setup.gd b/client/menu/setup.gd
index 6e901b9c..470b0839 100644
--- a/client/menu/setup.gd
+++ b/client/menu/setup.gd
@@ -54,7 +54,7 @@ func _process(delta):
func check():
if username.text == "": return "Username cannot be empty"
var n = username.text.to_lower()
- if n.begins_with("f") and n.ends_with("miller"): return "You are not Frank Miller"
+ if n.begins_with("f") and n.ends_with("miller"): return "You cannot choose that name.\n(It's too close to your boss')"
if character == -1: return "You must select a hairstyle"
return null