diff --git a/code/modules/organs/robolimbs_vr.dm b/code/modules/organs/robolimbs_vr.dm index 4bcd25e35cd..8db0d12cb2c 100644 --- a/code/modules/organs/robolimbs_vr.dm +++ b/code/modules/organs/robolimbs_vr.dm @@ -26,6 +26,7 @@ icon = 'icons/mob/human_races/cyberlimbs/_fluff_vr/serdykov.dmi' blood_color = "#ff6a00" unavailable_to_build = 1 + includes_tail = 1 whitelisted_to = list("silencedmp5a5") /obj/item/weapon/disk/limb/white_kryten diff --git a/code/modules/vore/fluffstuff/custom_boxes_vr.dm b/code/modules/vore/fluffstuff/custom_boxes_vr.dm index 2a0275a01b6..65eaae7970f 100644 --- a/code/modules/vore/fluffstuff/custom_boxes_vr.dm +++ b/code/modules/vore/fluffstuff/custom_boxes_vr.dm @@ -189,6 +189,13 @@ /obj/item/weapon/gun/projectile/derringer/fluff/briana, /obj/item/fluff/permit/briana_moore) +//SilencedMP5A5:Serdykov Antoz +/obj/item/weapon/storage/box/fluff/serdykov_antoz + name = "Serdy's Weapon Box" + has_items = list( + /obj/item/fluff/permit/silencedmp5a5, + /obj/item/weapon/gun/projectile/revolver/detective/fluff/serdy) + /* Swimsuits, for general use, to avoid arriving to work with your swimsuit. diff --git a/code/modules/vore/fluffstuff/custom_items_vr.dm b/code/modules/vore/fluffstuff/custom_items_vr.dm index fb901f5d650..565b829c59b 100644 --- a/code/modules/vore/fluffstuff/custom_items_vr.dm +++ b/code/modules/vore/fluffstuff/custom_items_vr.dm @@ -429,11 +429,12 @@ obj/item/weapon/material/hatchet/tacknife/combatknife/fluff/katarina/handle_shie //SilencedMP5A5:Serdykov Antoz /obj/item/clothing/suit/armor/vest/wolftaur/serdy //SilencedMP5A5's specialty armor suit. - name = "Modified wolf-taur armor vest" + name = "KSS-8 security armor" desc = "A set of armor made from pieces of many other armors. There are two orange holobadges on it, one on the chestplate, one on the steel flank plates. The holobadges appear to be russian in origin. 'Kosmicheskaya Stantsiya-8' is printed in faded white letters on one side, along the spine. It smells strongly of dog." species_restricted = null //Species restricted since all it cares about is a taur half icon_override = 'icons/mob/taursuits_vr.dmi' //Needs to be this since it's 64*32 icon_state = "serdy_armor" + body_parts_covered = UPPER_TORSO|LOWER_TORSO|LEGS|ARMS //It's a full body suit, minus hands and feet. Arms and legs should be protected, not just the torso. Retains normal security armor values still. mob_can_equip(var/mob/living/carbon/human/H, slot, disable_warning = 0) if(istype(H) && istype(H.tail_style, /datum/sprite_accessory/tail/taur/wolf)) icon_override = 'icons/mob/taursuits_vr.dmi' //Just in case @@ -445,14 +446,15 @@ obj/item/weapon/material/hatchet/tacknife/combatknife/fluff/katarina/handle_shie return 0 /obj/item/clothing/head/helmet/serdy //SilencedMP5A5's specialty helmet. Uncomment if/when they make their custom item app and are accepted. - name = "Modified helmet" - desc = "An old production model steel-ceramic lined helmet with a white stripe and a custom orange visor. It has ear holes, and smells of dog." + name = "KSS-8 security helmet" + desc = "desc = An old production model steel-ceramic lined helmet with a white stripe and a custom orange holographic visor. It has ear holes, and smells of dog. It's been heavily modified, and fitted with a metal mask to protect the jaw." icon = 'icons/vore/custom_clothes_vr.dmi' icon_state = "serdyhelm" icon_override = 'icons/vore/custom_clothes_vr.dmi' item_state = "serdyhelm_mob" +/* //SilencedMP5A5:Serdykov Antoz /obj/item/device/modkit_conversion/fluff/serdykit name = "Serdykov's armor modification kit" @@ -465,6 +467,7 @@ obj/item/weapon/material/hatchet/tacknife/combatknife/fluff/katarina/handle_shie from_suit = /obj/item/clothing/suit/armor/vest/wolftaur to_helmet = /obj/item/clothing/head/helmet/serdy to_suit = /obj/item/clothing/suit/armor/vest/wolftaur/serdy +*/ //Lots of people are using this now. /obj/item/clothing/accessory/collar/khcrystal diff --git a/config/custom_items.txt b/config/custom_items.txt index 5ebc8ba763d..e6b4bf8f3fb 100644 --- a/config/custom_items.txt +++ b/config/custom_items.txt @@ -520,19 +520,21 @@ item_path: /obj/item/clothing/glasses/sunglasses/fluff/alfonso { ckey: silencedmp5a5 character_name: Serdykov Antoz -item_path: /obj/item/device/modkit_conversion/fluff/serdykit +item_path: /obj/item/weapon/storage/box/fluff/serdykov_antoz } { ckey: silencedmp5a5 character_name: Serdykov Antoz -item_path: /obj/item/weapon/gun/projectile/revolver/detective/fluff/serdy +item_path: /obj/item/clothing/head/helmet/serdy +req_access = 1 } { ckey: silencedmp5a5 character_name: Serdykov Antoz -item_path: /obj/item/fluff/permit/silencedmp5a5 +item_path: /obj/item/clothing/suit/armor/vest/wolftaur/serdy +req_access = 1 } { diff --git a/icons/mob/human_races/cyberlimbs/_fluff_vr/serdykov.dmi b/icons/mob/human_races/cyberlimbs/_fluff_vr/serdykov.dmi index 2892418313c..10c26a17050 100644 Binary files a/icons/mob/human_races/cyberlimbs/_fluff_vr/serdykov.dmi and b/icons/mob/human_races/cyberlimbs/_fluff_vr/serdykov.dmi differ diff --git a/icons/mob/taursuits_vr.dmi b/icons/mob/taursuits_vr.dmi index 5fbf4739e96..19a9a7ad2a4 100644 Binary files a/icons/mob/taursuits_vr.dmi and b/icons/mob/taursuits_vr.dmi differ diff --git a/icons/vore/custom_clothes_vr.dmi b/icons/vore/custom_clothes_vr.dmi index c585b842c2c..4b6db2e1a77 100644 Binary files a/icons/vore/custom_clothes_vr.dmi and b/icons/vore/custom_clothes_vr.dmi differ