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