aboutsummaryrefslogtreecommitdiff
path: root/client/menu/setup.gd
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-07-18 12:39:48 +0200
committermetamuffin <metamuffin@disroot.org>2024-07-18 12:39:48 +0200
commitefc29c03f7be043ae8d037a93efce8cfa7c384cc (patch)
tree243d0b1895d9b98c1273cd4df1821b54222b690f /client/menu/setup.gd
parent2a31d26fca33789ccf8ea28cdb214d20dd29f85d (diff)
parent0b67eafb3b4942ed511c802fa6289634c414af30 (diff)
downloadhurrycurry-efc29c03f7be043ae8d037a93efce8cfa7c384cc.tar
hurrycurry-efc29c03f7be043ae8d037a93efce8cfa7c384cc.tar.bz2
hurrycurry-efc29c03f7be043ae8d037a93efce8cfa7c384cc.tar.zst
Merge branch 'master' of https://codeberg.org/hurrycurry/hurrycurry
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