Merge pull request #3744 from Crazylemon64/human_icons_tweak

Changing a person's appearance now works better
This commit is contained in:
Fox McCloud
2016-03-03 20:38:18 -05:00
14 changed files with 64 additions and 36 deletions
+2 -2
View File
@@ -1593,7 +1593,7 @@ var/global/list/special_role_times = list( //minimum age (in days) for accounts
character.sec_record = sec_record
character.gen_record = gen_record
character.gender = gender
character.change_gender(gender)
character.age = age
character.b_type = b_type
@@ -1694,7 +1694,7 @@ var/global/list/special_role_times = list( //minimum age (in days) for accounts
if(character.gender in list(PLURAL, NEUTER))
if(isliving(src)) //Ghosts get neuter by default
message_admins("[key_name_admin(character)] has spawned with their gender as plural or neuter. Please notify coders.")
character.gender = MALE
character.change_gender(MALE)
/datum/preferences/proc/open_load_dialog(mob/user)