Files
Polaris/code/modules/mob/living/carbon/human/npcs.dm
2020-07-13 19:24:45 -07:00

15 lines
382 B
Plaintext

/obj/item/clothing/under/punpun
name = "fancy uniform"
desc = "It looks like it was tailored for a monkey."
icon_state = "punpun"
worn_state = "punpun"
has_sensor = 0
species_restricted = list("Monkey")
/mob/living/carbon/human/monkey/punpun/Initialize()
. = ..()
name = "Pun Pun"
real_name = name
w_uniform = new /obj/item/clothing/under/punpun(src)
regenerate_icons()