From 6d8a2c985b2575963a18e17fb89c161f95de6c92 Mon Sep 17 00:00:00 2001 From: Anewbe Date: Thu, 2 Aug 2018 18:03:06 -0500 Subject: [PATCH] Changing species (via ling or admin button) should no longer ruin your HUD --- code/modules/mob/living/carbon/human/human.dm | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/code/modules/mob/living/carbon/human/human.dm b/code/modules/mob/living/carbon/human/human.dm index 277604bdfc..a5ef3304ab 100644 --- a/code/modules/mob/living/carbon/human/human.dm +++ b/code/modules/mob/living/carbon/human/human.dm @@ -1160,11 +1160,7 @@ fixblood() // Rebuild the HUD. If they aren't logged in then login() should reinstantiate it for them. - if(client && client.screen) - client.screen.len = null - if(hud_used) - qdel(hud_used) - hud_used = new /datum/hud(src) + update_hud() //A slew of bits that may be affected by our species change regenerate_icons()