diff --git a/code/modules/client/preference_setup/loadout/loadout_fluffitems_yw.dm b/code/modules/client/preference_setup/loadout/loadout_fluffitems_yw.dm index 574ebc9d3c..d86600d023 100644 --- a/code/modules/client/preference_setup/loadout/loadout_fluffitems_yw.dm +++ b/code/modules/client/preference_setup/loadout/loadout_fluffitems_yw.dm @@ -9,9 +9,9 @@ */ // 0-9 CKEYS - + // A CKEYS - + // B CKEYS //blackangelsace @@ -36,7 +36,7 @@ description = "A dark colored set of pauldron and bracers fit for a large sergal, they have scratch marks." ckeywhitelist = list("blackangelsace") character_name = list("Madoka Koto") - + /datum/gear/fluff/madoka_legs path = /obj/item/clothing/shoes/leg_guard/fluff/madoka_legs display_name = "Madoka's leg cuffs" @@ -103,6 +103,13 @@ ckeywhitelist = list("blackangelsace") character_name = list("Strix Hades") +/datum/gear/fluff/strix_headset + path = /obj/item/device/radio/headset/fluff/strix + display_name = "Strix\'s headset" + description = "A headset that seems custom made for a avali skull shape, the sounds coming from it are very quiet." + ckeywhitelist = list("blackangelsace") + character_name = list("Strix Hades") + //benl8561 //M.I.S.S.Y /datum/gear/fluff/missy_skirt @@ -130,7 +137,7 @@ description = "It appears to be a traditional unathi knife, though with 'Payton' written on the side and appearing to be made of steel." ckeywhitelist = list("captmatt4") character_name = list("Payton Joghs") - + //Eliana Noya /datum/gear/fluff/eliana_noya_1 path = /obj/item/clothing/under/fluff/eliana_noya_1 @@ -315,7 +322,7 @@ description = "A durable, tight fitting comfy black and red tanktop and a pair of just as black cargo pants that are being held in place by a belt. The beltbuckle reads 'DOG'." ckeywhitelist = list("generalpantsu") character_name = list("Amara Faell") - + /datum/gear/fluff/amara_boots path = /obj/item/clothing/shoes/boots/jackboots/fluff/amara_boots @@ -323,7 +330,7 @@ description = "A pair of worn, comfy boots optimized for those that need to wear them over a long period of time. They got reinforced soles and steel tips." ckeywhitelist = list("generalpantsu") character_name = list("Amara Faell") - + /datum/gear/fluff/amara_collar path = /obj/item/clothing/accessory/collar/fluff/amara_collar display_name = "Pet's Collar" @@ -556,7 +563,7 @@ description = "A slandered issue Kanghu Navy Force medical doctor uniform, it has a a white base with blue ocean camo overlaying the shoulders, waist, and back, with deep blue accents, and light blue highlights. The uniform is loose fitting, and has a set of buttons running up the middle to take it on and off. This one seems to have the shoulder straps vacant of any epaulettes." ckeywhitelist = list("lukevale") character_name = list("Mitsuko Jiao") - + /datum/gear/fluff/jiao_beret path = /obj/item/clothing/head/beret/fluff/jiao_beret display_name = "A Kanghu Navy Beret" @@ -570,7 +577,7 @@ description = "This is a set of boots from the Kanghu navy, as denoted by the seal in the sole of the boot, that has been modified to fit not human feet." ckeywhitelist = list("lukevale") character_name = list("Mitsuko Jiao") - + /datum/gear/fluff/jiao_belt path = /obj/item/weapon/storage/belt/medical/fluff/jiao_belt display_name = "Navy medical belt" @@ -584,7 +591,7 @@ description = "These light gray latex gloves have a blue, thick pad on the back of the hand, and on the back of the fingers, designed to survive all the life toughest that a field medic would face." ckeywhitelist = list("lukevale") character_name = list("Mitsuko Jiao") - + /datum/gear/fluff/jiao_anynlizer_kit_a path = /obj/item/device/modkit_conversion/fluff/jiao_anynlizer_kit/a display_name = "Mitsuko's modkit Mk1" @@ -598,7 +605,7 @@ description = "A kit containing all the needed tools and parts to modify a heath analyzer. It has a Emblem painted on it." ckeywhitelist = list("lukevale") character_name = list("Mitsuko Jiao") - + /datum/gear/fluff/jiao_anynlizer_kit_c path = /obj/item/device/modkit_conversion/fluff/jiao_anynlizer_kit/c display_name = "Mitsuko's modkit Mk3" diff --git a/code/modules/vore/fluffstuff/custom_items_yw.dm b/code/modules/vore/fluffstuff/custom_items_yw.dm index 26f1cd358a..3534cc1e22 100644 --- a/code/modules/vore/fluffstuff/custom_items_yw.dm +++ b/code/modules/vore/fluffstuff/custom_items_yw.dm @@ -91,6 +91,15 @@ playsound(user, 'sound/misc/boatswain.ogg', 25, 1) cooldown = world.time +/obj/item/device/radio/headset/fluff/strix + name = "Strix\'s headset" + desc = "A headset that seems custom made for a avali skull shape, the sounds coming from it are very quiet." + icon_state = "strix_headset" + icon = 'icons/vore/custom_items_yw.dmi' + item_state = "strix_headset" + sprite_sheets = list(SPECIES_TESHARI = 'icons/vore/custom_onmob_yw.dmi') + + // ************* // GeneralPantsu // ************* diff --git a/config/custom_items.txt b/config/custom_items.txt index a2c2b799bd..1b75c12c2d 100644 --- a/config/custom_items.txt +++ b/config/custom_items.txt @@ -89,6 +89,12 @@ character_name: Strix Hades item_path: /obj/item/toy/bosunwhistle/fluff/strix } +{ +ckey: blackangelsace +character_name: Strix Hades +item_path: /obj/item/device/radio/headset/fluff/strix +} + { ckey: benl8561 character_name: M.I.S.S.Y diff --git a/icons/vore/custom_items_yw.dmi b/icons/vore/custom_items_yw.dmi index 7e6ae72673..f98c15f7f3 100644 Binary files a/icons/vore/custom_items_yw.dmi and b/icons/vore/custom_items_yw.dmi differ diff --git a/icons/vore/custom_onmob_yw.dmi b/icons/vore/custom_onmob_yw.dmi index cb6159a41a..ac4fd310d3 100644 Binary files a/icons/vore/custom_onmob_yw.dmi and b/icons/vore/custom_onmob_yw.dmi differ