Fixes female undershirts showing all the time (#741)

This commit is contained in:
CitadelStationBot
2017-05-08 18:47:35 -05:00
committed by kevinz000
parent c782e15d64
commit 9abfbb46d4

View File

@@ -354,7 +354,7 @@
var/datum/sprite_accessory/undershirt/undershirt = GLOB.undershirt_list[H.undershirt]
if(undershirt)
if(H.dna.species.sexes && H.gender == FEMALE)
standing += wear_female_version(undershirt.icon_state, undershirt.icon, -BODY_LAYER)
standing += wear_female_version(undershirt.icon_state, undershirt.icon, BODY_LAYER)
else
standing += mutable_appearance(undershirt.icon, undershirt.icon_state, -BODY_LAYER)