Files
Paradise/code/modules/mob/living/carbon/human/npcs.dm
T
2015-05-25 19:48:13 -04:00

13 lines
343 B
Plaintext

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