From 2d44b70b3307bc982c25fef49487e667939be0f5 Mon Sep 17 00:00:00 2001 From: KittyNoodle <78111117+KittyNoodle@users.noreply.github.com> Date: Sun, 1 Aug 2021 22:09:24 -0400 Subject: [PATCH] Fixes ethereal hair not updating with mutcolor (#60613) --- code/modules/mob/living/carbon/human/species_types/ethereal.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/mob/living/carbon/human/species_types/ethereal.dm b/code/modules/mob/living/carbon/human/species_types/ethereal.dm index ff7562133c3..9aed6253f94 100644 --- a/code/modules/mob/living/carbon/human/species_types/ethereal.dm +++ b/code/modules/mob/living/carbon/human/species_types/ethereal.dm @@ -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