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
+3 -3
View File
@@ -131,9 +131,9 @@ var/global/list/limb_icon_cache = list()
/obj/item/organ/external/proc/get_icon(var/skeletal)
var/gender = "f"
if(owner && owner.gender == MALE)
gender = "m"
var/gender = "m"
if(owner && owner.gender == FEMALE)
gender = "f"
icon_cache_key = "[icon_name]_[species ? species.get_bodytype() : SPECIES_HUMAN]" //VOREStation Edit