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 60950c84d6..43ee12e4fc 100644 --- a/code/modules/client/preference_setup/loadout/loadout_fluffitems_yw.dm +++ b/code/modules/client/preference_setup/loadout/loadout_fluffitems_yw.dm @@ -124,6 +124,13 @@ ckeywhitelist = list("blackangelsace") character_name = list("Strix Hades") +/datum/gear/fluff/kel_plague_box + path = /obj/item/weapon/storage/box/fluff/kelplague + display_name = "Plague Outfit Box" + description = "Yes" + ckeywhitelist = list("blackangelsace") + character_name = list("Nicodemus Jarvis") + //benl8561 //M.I.S.S.Y /datum/gear/fluff/missy_skirt diff --git a/code/modules/vore/fluffstuff/custom_boxes_yw.dm b/code/modules/vore/fluffstuff/custom_boxes_yw.dm index 046bb0b8ab..3500c3718c 100644 --- a/code/modules/vore/fluffstuff/custom_boxes_yw.dm +++ b/code/modules/vore/fluffstuff/custom_boxes_yw.dm @@ -55,7 +55,7 @@ /obj/item/device/modkit_conversion/fluff/nika_sec_kit) //*************** -//The god himself +//blackangelsace //*************** /obj/item/weapon/storage/box/fluff/madoka @@ -68,6 +68,18 @@ /obj/item/clothing/shoes/leg_guard/fluff/madoka_legs, /obj/item/weapon/oldtwohanded/spear/fluff/madoka_koto_1) +/obj/item/weapon/storage/box/fluff/kelplague + name = "Fancy Plague Doctor Kit" + desc = "Fancy boye stuff." + has_items = list( + /obj/item/clothing/head/plaguedoctorhat, + /obj/item/clothing/suit/storage/trench/fluff/kelplaguecoat, + /obj/item/clothing/under/fluff/kelplagueuniform, + /obj/item/clothing/shoes/dress, + /obj/item/clothing/mask/gas/plaguedoctor/fluff/kelplaguemask, + /obj/item/clothing/gloves/black + ) + // ********** //JohnWolf135 / Defunct // ********** diff --git a/code/modules/vore/fluffstuff/custom_clothes_yw.dm b/code/modules/vore/fluffstuff/custom_clothes_yw.dm index 2251961250..088a72765f 100644 --- a/code/modules/vore/fluffstuff/custom_clothes_yw.dm +++ b/code/modules/vore/fluffstuff/custom_clothes_yw.dm @@ -756,6 +756,35 @@ "Teshari" = 'icons/vore/custom_onmob_yw.dmi' ) +//Plague Boye +/obj/item/clothing/suit/storage/trench/fluff/kelplaguecoat + name = "Dark Leather coat" + desc = "A finely made dark leather coat." + icon = 'icons/vore/custom_clothes_yw.dmi' + icon_state = "kelplaguecoat" + icon_override = 'icons/vore/custom_clothes_yw.dmi' + item_state = "kelplaguecoat_mob" + blood_overlay_type = "coat" + +/obj/item/clothing/under/fluff/kelplagueuniform + name = "Dark vest" + desc = "A fancy looking leather suit made of dark cloths. Edgy." + icon = 'icons/vore/custom_clothes_yw.dmi' + icon_state = "kelplagueuniform" + icon_override = 'icons/vore/custom_clothes_yw.dmi' + item_state = "kelplagueuniform_mob" + +/obj/item/clothing/mask/gas/plaguedoctor/fluff/kelplaguemask + name = "Customized Gas Mask" + desc = "A dark leather gas mask with rivets instead of stiches holding the two halves together." + icon = 'icons/vore/custom_clothes_yw.dmi' + icon_state = "kelplaguedoctor" + icon_override = 'icons/vore/custom_onmob_yw.dmi' + item_state = "kelplaguedoctor_mob" + item_state_slots = null + armor = list(melee = 0, bullet = 0, laser = 2,energy = 2, bomb = 0, bio = 90, rad = 0) + body_parts_covered = HEAD|FACE|EYES + // ******* // Dawidoe // ******* diff --git a/icons/vore/custom_clothes_yw.dmi b/icons/vore/custom_clothes_yw.dmi index de6c2ec26a..65ae5d1eb3 100644 Binary files a/icons/vore/custom_clothes_yw.dmi and b/icons/vore/custom_clothes_yw.dmi differ diff --git a/icons/vore/custom_onmob_yw.dmi b/icons/vore/custom_onmob_yw.dmi index 717bac51df..b76ed0338a 100644 Binary files a/icons/vore/custom_onmob_yw.dmi and b/icons/vore/custom_onmob_yw.dmi differ