diff --git a/code/modules/vore/fluffstuff/custom_boxes_yw.dm b/code/modules/vore/fluffstuff/custom_boxes_yw.dm index 22767a86a9..b413578c65 100644 --- a/code/modules/vore/fluffstuff/custom_boxes_yw.dm +++ b/code/modules/vore/fluffstuff/custom_boxes_yw.dm @@ -1,4 +1,6 @@ +// ************ //GeneralPantsu +// ************ /obj/item/weapon/storage/box/fluff/amara name = "Amara's Kit" @@ -12,15 +14,18 @@ /obj/item/clothing/shoes/dutyboots/fluff/amara_faell_5, /obj/item/clothing/accessory/collar/fluff/amara_collar) +// ************** //The god himself +// ************** /obj/item/weapon/storage/box/fluff/madoka name = "Madoka's Spear Case" desc = "A case containing Madoka's equipment." has_items = list( /obj/item/weapon/oldtwohanded/spear/fluff/madoka_koto_1) - +// ********** //JohnWolf135 +// ********** /obj/item/weapon/storage/box/fluff/John name = "John's kit" @@ -38,4 +43,16 @@ has_items = list( /obj/item/clothing/under/fluff/mauserunder, /obj/item/clothing/head/beret/mauserhat, - /obj/item/clothing/shoes/dutyboots/fluff/mauserboots) \ No newline at end of file + /obj/item/clothing/shoes/dutyboots/fluff/mauserboots) + +// ******* +// Izac112 +// ******* + +/obj/item/weapon/storage/box/fluff/ally + name = "Ally's Kit" + desc = "A kit containing Ally's equipment." + has_items = list( + /obj/item/clothing/under/fluff/ally_1, + /obj/item/clothing/under/rank/security/corp/fluff/ally_2) + diff --git a/code/modules/vore/fluffstuff/custom_clothes_yw.dm b/code/modules/vore/fluffstuff/custom_clothes_yw.dm index 7f3b46a2f5..37837e56da 100644 --- a/code/modules/vore/fluffstuff/custom_clothes_yw.dm +++ b/code/modules/vore/fluffstuff/custom_clothes_yw.dm @@ -332,6 +332,14 @@ item_state = "satsuit_mob" body_parts_covered = UPPER_TORSO|LOWER_TORSO|LEGS +/obj/item/clothing/under/rank/security/corp/fluff/ally_2 + name = "Security uniform" + desc = "A black security uniform with a tag on it that says Ally" + icon = 'icons/vore/custom_clothes_yw.dmi' + icon_state = "allyuniform" + icon_override = 'icons/vore/custom_clothes_yw.dmi' + item_state = "allyuniform_mob" + // ********** // Johnwolf135 // ********** diff --git a/config/custom_items.txt b/config/custom_items.txt index f5740673fe..ebea9a59b3 100644 --- a/config/custom_items.txt +++ b/config/custom_items.txt @@ -93,7 +93,7 @@ item_path: /obj/item/weapon/storage/box/fluff/amara { ckey: izac112 character_name: Ally Faell -item_path: /obj/item/clothing/under/fluff/ally_1 +item_path: /obj/item/weapon/storage/box/fluff/ally } { diff --git a/icons/vore/custom_clothes_yw.dmi b/icons/vore/custom_clothes_yw.dmi index f6b6a4743a..28ed9d38fe 100644 Binary files a/icons/vore/custom_clothes_yw.dmi and b/icons/vore/custom_clothes_yw.dmi differ