This commit is contained in:
timothyteakettle
2020-10-02 14:54:57 +01:00
parent 3ba9031fe2
commit 158b1d584f
2 changed files with 7 additions and 1 deletions
+4 -1
View File
@@ -619,7 +619,10 @@
skin_tone = ""
body_gender = H.dna.features["body_model"]
should_draw_gender = S.sexes
if(GLOB.nongendered_limb_types[species_id])
should_draw_gender = FALSE
else
should_draw_gender = S.sexes
var/mut_colors = (MUTCOLORS in S.species_traits)
if(mut_colors)