From d139e961b9bafd8cf112bbdd38de7ee2b304c833 Mon Sep 17 00:00:00 2001 From: Anewbe Date: Wed, 18 Apr 2018 23:26:31 -0500 Subject: [PATCH] PunPun's clothes show up when he spawns --- code/modules/mob/living/carbon/human/npcs.dm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/modules/mob/living/carbon/human/npcs.dm b/code/modules/mob/living/carbon/human/npcs.dm index b586a197c9..5864ac7bba 100644 --- a/code/modules/mob/living/carbon/human/npcs.dm +++ b/code/modules/mob/living/carbon/human/npcs.dm @@ -10,4 +10,5 @@ spawn(1) name = "Pun Pun" real_name = name - w_uniform = new /obj/item/clothing/under/punpun(src) \ No newline at end of file + w_uniform = new /obj/item/clothing/under/punpun(src) + regenerate_icons() \ No newline at end of file