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"
@@ -0,0 +1,7 @@
/obj/item/clothing/gloves/clussy_gloves
name = "Clussy gloves"
desc = "Why honking horns when you can honk someone's balls?"
icon = 'modular_splurt/icons/obj/clothing/gloves.dmi'
mob_overlay_icon = 'modular_splurt/icons/mob/clothing/hands.dmi'
icon_state = "clussy_gloves"
item_state = "clussy_gloves"
@@ -114,3 +114,12 @@
icon_state = "hat_transparent"
// Makes the invisible hat not screw up hair.
dynamic_hair_suffix = ""
/obj/item/clothing/head/clussy_wig
name = "Clussy wig"
desc = "Wearing this will certainly make your pussy honk..."
icon = 'modular_splurt/icons/obj/clothing/head.dmi'
mob_overlay_icon = 'modular_splurt/icons/mob/clothing/head.dmi'
icon_state = "clussy_wig"
item_state = "clussy_wig"
flags_inv = HIDEHAIR
@@ -12,6 +12,14 @@
)
)
/obj/item/clothing/shoes/clown_shoes/clussy_heels
name = "Clussy heels"
desc = "The silliest footjob of all time."
icon = 'modular_splurt/icons/obj/clothing/shoes.dmi'
mob_overlay_icon = 'modular_splurt/icons/mob/clothing/shoes.dmi'
icon_state = "clussy_heels"
mutantrace_variation = STYLE_DIGITIGRADE | STYLE_NO_ANTHRO_ICON
/obj/item/clothing/shoes/footwraps
name = "cloth footwraps"
desc = "A roll of treated canvas used for wrapping claws or paws."
@@ -11,3 +11,12 @@
"mob_overlay_icon" = 'modular_splurt/icons/mob/clothing/uniform.dmi'
)
)
/obj/item/clothing/under/rank/civilian/clown/clussy_outfit
name = "Clussy outfit"
desc = "Uniform for clowns who really enjoy being honked."
icon = 'modular_splurt/icons/obj/clothing/uniforms.dmi'
mob_overlay_icon = 'modular_splurt/icons/mob/clothing/uniform.dmi'
icon_state = "clussy_outfit"
item_state = "clussy_outfit"
mutantrace_variation = STYLE_DIGITIGRADE | STYLE_NO_ANTHRO_ICON
@@ -18,7 +18,11 @@
/obj/item/clothing/under/suit/pencil/checkered = 3,
/obj/item/clothing/under/suit/pencil/tan = 3,
/obj/item/clothing/under/suit/pencil/green = 3,
/obj/item/clothing/under/suit/error = 1
/obj/item/clothing/under/suit/error = 1,
/obj/item/clothing/under/rank/civilian/clown/clussy_outfit = 1,
/obj/item/clothing/gloves/clussy_gloves = 1,
/obj/item/clothing/head/clussy_wig = 1,
/obj/item/clothing/shoes/clown_shoes/clussy_heels = 1
)
var/list/extra_premium = list(
/obj/item/clothing/under/suit/tuxedo = 1,