From 782cebfb328f334e8d5b1f2e05778c6ed434a874 Mon Sep 17 00:00:00 2001 From: Werner Date: Fri, 28 Dec 2018 19:21:55 +0100 Subject: [PATCH] Rejuv reverts husk status (#5774) Rejuv also reverts the husked status. --- code/modules/mob/living/carbon/human/human.dm | 5 +++++ 1 file changed, 5 insertions(+) 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()