From 7c73b9274f42e95c094717ca3c2550426b08a9f8 Mon Sep 17 00:00:00 2001 From: BigBrotherNii Date: Thu, 18 Jul 2024 00:41:28 +0200 Subject: minor improvement to the warning popup --- client/menu/setup.gd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/menu/setup.gd') 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 -- cgit v1.2.3-70-g09d2