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