FLOORLENGTH HAIR !!!!!!! *gasps*

Fixed Error messages showing when randomising names.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@4057 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
elly1989@rocketmail.com
2012-07-13 01:51:40 +00:00
parent 0ea778056b
commit 22c2725256
4 changed files with 17 additions and 5 deletions

View File

@@ -425,15 +425,14 @@ datum/preferences
switch(link_tags["real_name"])
if("input")
new_name = reject_bad_name( input(user, "Please select a name:", "Character Generation") as text|null )
if(new_name)
real_name = new_name
else
user << "<font color='red'>Invalid name. Your name should be at least 2 and at most [MAX_NAME_LEN] characters long. It may only contain the characters A-Z, a-z, -, ' and .</font>"
if("random")
randomize_name()
if(new_name)
real_name = new_name
else
user << "<font color='red'>Invalid name. Your name should be at least 2 and at most [MAX_NAME_LEN] characters long. It may only contain the characters A-Z, a-z, -, ' and .</font>"
if(link_tags["age"])
switch(link_tags["age"])
if("input")

View File

@@ -157,6 +157,11 @@
icon_state = "hair_spikey"
choose_female = 0
spikey
name = "Floorlength Braid"
icon_state = "hair_braid"
choose_male = 0
/*
///////////////////////////////////
/ =---------------------------= /