diff --git a/code/modules/mob/living/carbon/human/human.dm b/code/modules/mob/living/carbon/human/human.dm index 48a17e347d7..13a4b91f527 100644 --- a/code/modules/mob/living/carbon/human/human.dm +++ b/code/modules/mob/living/carbon/human/human.dm @@ -1088,6 +1088,11 @@ losebreath = 0 shock_stage = 0 + //Fix husks + mutations.Remove(HUSK) + status_flags &= ~DISFIGURED //Fixes the unknown status + update_body(1) + ..() /mob/living/carbon/human/proc/is_lung_ruptured()