Restore Pun Pun

This commit is contained in:
Tayyyyyyy
2018-05-14 22:31:05 -07:00
parent f5961c3ff7
commit fea1dada3a
+5 -6
View File
@@ -5,9 +5,8 @@
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)
/mob/living/carbon/human/monkey/punpun/Initialize(mapload)
..(mapload, "Monkey")
name = "Pun Pun"
real_name = name
equip_to_slot(new /obj/item/clothing/under/punpun(src), slot_w_uniform)