diff --git a/code/modules/mob/living/carbon/human/npcs.dm b/code/modules/mob/living/carbon/human/npcs.dm index 53805117894..b66a0ee52ba 100644 --- a/code/modules/mob/living/carbon/human/npcs.dm +++ b/code/modules/mob/living/carbon/human/npcs.dm @@ -1,13 +1,13 @@ -/obj/item/clothing/under/punpun - name = "fancy uniform" - desc = "It looks like it was tailored for a monkey." - icon_state = "punpun" - item_color = "punpun" - species_restricted = list("Monkey") - -/mob/living/carbon/human/monkey/punpun/New() - ..() - spawn(1) - name = "Pun Pun" - real_name = name +/obj/item/clothing/under/punpun + name = "fancy uniform" + desc = "It looks like it was tailored for a monkey." + icon_state = "punpun" + item_color = "punpun" + species_restricted = list("Monkey") + +/mob/living/carbon/human/monkey/punpun/New() + ..() + spawn(1) + name = "Pun Pun" + real_name = name equip_to_slot(new /obj/item/clothing/under/punpun(src), slot_w_uniform) \ No newline at end of file