mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 10:21:11 +00:00
Pretty sure this works, can't test because i can't connect to my sql db for some reason
This commit is contained in:
@@ -226,6 +226,7 @@ datum/preferences
|
||||
dat += "</center><hr><table><tr><td width='340px' height='320px'>"
|
||||
|
||||
dat += "<b>Name:</b> "
|
||||
if(appearance_isbanned(user)) dat += "<b>You are banned from using custom names and appearances. You can continue to adjust your characters, but you will be randomised once you join the game.</b><br>"
|
||||
dat += "<a href='?_src_=prefs;preference=name;task=input'><b>[real_name]</b></a><br>"
|
||||
dat += "(<a href='?_src_=prefs;preference=name;task=random'>Random Name</A>) "
|
||||
dat += "(<a href='?_src_=prefs;preference=name'>Always Random Name: [be_random_name ? "Yes" : "No"]</a>)"
|
||||
|
||||
Reference in New Issue
Block a user