Fix a runtime with the different slime species getting a fish tail, cat ears, or a cat tail. (#87318)

This commit is contained in:
_0Steven
2024-10-21 15:22:19 +02:00
committed by GitHub
parent b1069e4a6c
commit f0c651da7b
@@ -128,7 +128,7 @@
draw_color = bodypart_owner.draw_color
if(ORGAN_COLOR_HAIR)
var/datum/species/species = bodypart_owner.owner?.dna?.species
var/fixed_color = species?.get_fixed_hair_color(bodypart_owner)
var/fixed_color = species?.get_fixed_hair_color(bodypart_owner.owner)
if(!ishuman(bodypart_owner.owner))
draw_color = fixed_color
return