Fixed randomised appearances being batshit crazy.

Improved the janicart a bit. It should be less cursed now.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@5264 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
petethegoat@gmail.com
2012-12-05 22:27:16 +00:00
parent 1f504fe2e5
commit 3ac67f339a
4 changed files with 126 additions and 34 deletions

View File

@@ -446,23 +446,7 @@ datum/preferences
if("bag")
backbag = rand(1,3)
if("all")
gender = pick(MALE,FEMALE)
real_name = random_name(gender)
age = rand(AGE_MIN,AGE_MAX)
underwear = rand(1,12)
backbag = rand(1,3)
r_hair = rand(0,255)
g_hair = rand(0,255)
b_hair = rand(0,255)
r_facial = r_hair
g_facial = g_hair
b_facial = b_hair
r_eyes = rand(0,255)
g_eyes = rand(0,255)
b_eyes = rand(0,255)
h_style = random_hair_style(gender)
f_style = random_facial_hair_style(gender)
s_tone = random_skin_tone()
randomize_appearance_for() //no params needed
if("input")
switch(href_list["preference"])