mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-06-29 17:24:40 +01:00
13 lines
343 B
Plaintext
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) |