M/F body preferences.

This commit is contained in:
Ghommie
2020-03-22 19:47:48 +01:00
parent 82cf7e584b
commit 76ff0d4931
20 changed files with 65 additions and 41 deletions
@@ -61,7 +61,7 @@
/obj/machinery/abductor/experiment/proc/dissection_icon(mob/living/carbon/human/H)
var/icon/photo = null
var/g = (H.gender == FEMALE) ? "f" : "m"
var/g = (H.dna.features["body_model"] == FEMALE) ? "f" : "m"
if(H.dna.species.use_skintones)
photo = icon("icon" = 'icons/mob/human.dmi', "icon_state" = "[H.skin_tone]_[g]")
else