mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-08-26 06:39:22 +01:00
Edit Appearance and Change Appearance update icon sex (#7193)
This commit is contained in:
@@ -23,8 +23,8 @@
|
||||
|
||||
src.gender = gender
|
||||
reset_hair()
|
||||
update_icons_body()
|
||||
update_dna()
|
||||
update_icons_body()
|
||||
return 1
|
||||
|
||||
/mob/living/carbon/human/proc/change_gender_identity(var/identifying_gender)
|
||||
@@ -141,6 +141,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