will it also honk when it lays eggs?
This commit is contained in:
BongaTheProto
2023-11-18 00:00:17 -05:00
parent 04f5720a64
commit 67cc383206
18 changed files with 65 additions and 1 deletions
@@ -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"