mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-19 02:56:14 +01:00
Edit Appearance and Change Appearance update icon sex
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user