Fixes ethereal hair not updating with mutcolor (#60613)

This commit is contained in:
KittyNoodle
2021-08-01 19:09:24 -07:00
committed by GitHub
parent 3151800943
commit 2d44b70b33
@@ -92,6 +92,7 @@
ethereal_light.set_light_on(FALSE)
fixed_mut_color = rgb(128,128,128)
H.update_body()
H.update_hair() // This should fix the ethereal hair not changing with body, no clue as to why hair is not in update_body but okay
/datum/species/ethereal/proc/on_emp_act(mob/living/carbon/human/H, severity)
SIGNAL_HANDLER