Readded Pun Pun.

This commit is contained in:
Zuhayr
2015-03-26 16:53:56 +10:30
parent f9a1bcd2c5
commit ff582ff61e
6 changed files with 17 additions and 4 deletions

View File

@@ -0,0 +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
w_uniform = new /obj/item/clothing/under/punpun(src)