Edit Appearance and Change Appearance update icon sex

This commit is contained in:
Atermonera
2020-05-19 18:53:30 -07:00
committed by VirgoBot
parent 37ec338ab3
commit c3e5e6c1f1
5 changed files with 118 additions and 108 deletions
@@ -22,9 +22,14 @@
return
src.gender = gender
<<<<<<< HEAD
//reset_hair() //VOREStation Remove - Don't just randomize hair on gender swaps for prometheans.
update_icons_body()
=======
reset_hair()
>>>>>>> 46b6bd1... Edit Appearance and Change Appearance update icon sex (#7193)
update_dna()
update_icons_body()
return 1
/mob/living/carbon/human/proc/change_gender_identity(var/identifying_gender)
@@ -141,6 +146,8 @@
/mob/living/carbon/human/proc/update_dna()
check_dna()
dna.ready_dna(src)
for(var/obj/item/organ/O in organs)
O.dna = dna // Update all of those because apparently they're separate, and icons won't update properly
/mob/living/carbon/human/proc/generate_valid_species(var/check_whitelist = 1, var/list/whitelist = list(), var/list/blacklist = list())
var/list/valid_species = new()