mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2026-08-22 20:26:47 +01:00
clussy
will it also honk when it lays eggs?
This commit is contained in:
@@ -11,3 +11,9 @@
|
||||
/datum/gear/gloves/syntech/ring
|
||||
name = "Normalizer Ring"
|
||||
path = /obj/item/clothing/accessory/ring/syntech
|
||||
|
||||
/datum/gear/gloves/clussy_gloves
|
||||
name = "Clussy gloves"
|
||||
path = /obj/item/clothing/gloves/clussy_gloves
|
||||
restricted_roles = list("Clown")
|
||||
restricted_desc = "Clown"
|
||||
|
||||
@@ -90,3 +90,10 @@
|
||||
description = "A hat made of transparent fibers, often used with reinforcement kits."
|
||||
path = /obj/item/clothing/head/invisihat
|
||||
loadout_flags = LOADOUT_CAN_NAME | LOADOUT_CAN_DESCRIPTION
|
||||
|
||||
/datum/gear/head/clussy_wig
|
||||
name = "Clussy wig"
|
||||
path = /obj/item/clothing/head/clussy_wig
|
||||
subcategory = LOADOUT_SUBCATEGORY_HEAD_JOBS
|
||||
restricted_roles = list("Clown")
|
||||
restricted_desc = "Clown"
|
||||
|
||||
@@ -40,3 +40,9 @@
|
||||
/datum/gear/shoes/highheel_sandals
|
||||
name = "High-heel Sandals"
|
||||
path = /obj/item/clothing/shoes/highheel_sandals
|
||||
|
||||
/datum/gear/shoes/clussy_heels
|
||||
name = "Clussy heels"
|
||||
path = /obj/item/clothing/shoes/clown_shoes/clussy_heels
|
||||
restricted_roles = list("Clown")
|
||||
restricted_desc = "Clown"
|
||||
|
||||
@@ -242,3 +242,10 @@
|
||||
/datum/gear/uniform/suit/helltaker/skirt
|
||||
name = "Red Shirt with White Skirt"
|
||||
path = /obj/item/clothing/under/suit/helltaker/skirt
|
||||
|
||||
/datum/gear/uniform/suit/clussy_outfit
|
||||
name = "Clussy outfit"
|
||||
path = /obj/item/clothing/under/rank/civilian/clown/clussy_outfit
|
||||
subcategory = LOADOUT_SUBCATEGORY_UNIFORM_JOBS
|
||||
restricted_roles = list("Clown")
|
||||
restricted_desc = "Clown"
|
||||
|
||||
Reference in New Issue
Block a user