From f5ace231e1a26a2cf19237b68648cf67a8806506 Mon Sep 17 00:00:00 2001 From: DZD Date: Fri, 24 Apr 2015 19:02:44 -0400 Subject: [PATCH] Fixes invisible carbon/human High priority, needs to be merged and patched ASAP. Need one of the other maintainers to check to see if this won't be particularly process-intensive for the server. --- code/modules/mob/living/carbon/human/human.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/mob/living/carbon/human/human.dm b/code/modules/mob/living/carbon/human/human.dm index b9a7a40c6f6..11342b903ca 100644 --- a/code/modules/mob/living/carbon/human/human.dm +++ b/code/modules/mob/living/carbon/human/human.dm @@ -48,6 +48,7 @@ // Set up DNA. if(!delay_ready_dna) dna.ready_dna(src) + UpdateAppearance() /mob/living/carbon/human/dummy real_name = "Test Dummy"