Pretty sure this works, can't test because i can't connect to my sql db for some reason

This commit is contained in:
d3athrow
2013-08-31 02:16:07 -05:00
parent 311a105eb4
commit 9a0dddf056
10 changed files with 74 additions and 6 deletions

View File

@@ -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>)"