Rejuv reverts husk status (#5774)

Rejuv also reverts the husked status.
This commit is contained in:
Werner
2018-12-28 19:21:55 +01:00
committed by GitHub
parent 15b58a9414
commit 782cebfb32
@@ -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()