From f2bb3989d57425dd20cca1748e54cc558f5cf99e Mon Sep 17 00:00:00 2001 From: Cameron653 Date: Mon, 7 Nov 2016 20:35:04 -0500 Subject: [PATCH] Adds --- code/modules/vore/fluffstuff/custom_items_vr.dm | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/code/modules/vore/fluffstuff/custom_items_vr.dm b/code/modules/vore/fluffstuff/custom_items_vr.dm index b7dc867eea..f94618bc5a 100644 --- a/code/modules/vore/fluffstuff/custom_items_vr.dm +++ b/code/modules/vore/fluffstuff/custom_items_vr.dm @@ -370,6 +370,19 @@ obj/item/weapon/material/hatchet/tacknife/combatknife/fluff/katarina/handle_shie 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 hardsuit modification kit" + desc = "A kit containing all the needed tools and parts to modify a armor vest and helmet for a specific user. This one looks like it's fitted for a wolf-taur." + + icon = 'icons/vore/custom_items_vr.dmi' + icon_state = "modkit" + + from_helmet = /obj/item/clothing/head/helmet + from_suit = /obj/item/clothing/suit/armor/vest + to_helmet = /obj/item/clothing/head/helmet/serdy + to_suit = /obj/item/clothing/suit/armor/vest/wolftaur/serdy + //arokha:Aronai Kadigan, but anyone is welcome to use it. /obj/item/clothing/accessory/collar/khcrystal name = "life crystal"