mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-24 09:03:05 +00:00
15 lines
382 B
Plaintext
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()
|