Merge pull request #13493 from timothyteakettle/gender-bodypart-support

adds limb id support for gendered body parts
This commit is contained in:
silicons
2020-10-03 14:21:49 -07:00
committed by GitHub
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)