From 1a512ccf763a75867f6c80f94b5f89c4016fc97d Mon Sep 17 00:00:00 2001 From: VampyrBytes Date: Sat, 30 Jan 2016 09:05:29 +0000 Subject: [PATCH] Fixes #3414 reset's hud warnings during species change so they don't get stuck on --- code/modules/mob/living/carbon/human/human.dm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/code/modules/mob/living/carbon/human/human.dm b/code/modules/mob/living/carbon/human/human.dm index d82376c2f86..171417a36a0 100644 --- a/code/modules/mob/living/carbon/human/human.dm +++ b/code/modules/mob/living/carbon/human/human.dm @@ -1475,6 +1475,10 @@ maxHealth = species.total_health + src.toxins_alert = 0 + src.oxygen_alert = 0 + src.fire_alert = 0 + if(species.language) add_language(species.language)