mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 08:37:43 +01:00
Fix a runtime with the different slime species getting a fish tail, cat ears, or a cat tail. (#87318)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user