From fcc1bf5b06a1c41efb28eda15c031aff73a04069 Mon Sep 17 00:00:00 2001 From: Silver Date: Fri, 1 Feb 2019 21:39:18 -0600 Subject: [PATCH] Adds Koyo's Fluff Item Box Adds Koyo's Fluff Item Box, approved at https://forum.vore-station.net/viewtopic.php?f=27&t=1502 --- code/modules/vore/fluffstuff/custom_boxes_vr.dm | 11 +++++++++++ config/custom_items.txt | 6 ++++++ 2 files changed, 17 insertions(+) diff --git a/code/modules/vore/fluffstuff/custom_boxes_vr.dm b/code/modules/vore/fluffstuff/custom_boxes_vr.dm index c4e137d137..e6b20c2303 100644 --- a/code/modules/vore/fluffstuff/custom_boxes_vr.dm +++ b/code/modules/vore/fluffstuff/custom_boxes_vr.dm @@ -242,6 +242,17 @@ spawner_type = /mob/living/simple_animal/cat/fluff/tabiranth deliveryamt = 1 +// Jwguy: Koyo Akimomi +/obj/item/weapon/storage/box/fluff/koyoakimomi + name = "Koyo's Cosplay Box" + desc = "One of many traditional wolfgirl clothing sets that Koyo owns. Awoo!" + has_items = list( + /obj/item/clothing/head/fluff/wolfgirl, + /obj/item/clothing/shoes/fluff/wolfgirl, + /obj/item/clothing/under/fluff/wolfgirl, + /obj/item/weapon/melee/fluffstuff/wolfgirlsword, + /obj/item/weapon/shield/fluff/wolfgirlshield) + /* Swimsuits, for general use, to avoid arriving to work with your swimsuit. */ diff --git a/config/custom_items.txt b/config/custom_items.txt index dd83a67c10..0419447854 100644 --- a/config/custom_items.txt +++ b/config/custom_items.txt @@ -486,6 +486,12 @@ character_name: Harmony Pretchl item_path: /obj/item/device/modkit_conversion/fluff/harmonyspace } +{ +ckey: jwguy +character_name: Koyo Akimomi +item_path: /obj/item/weapon/storage/box/fluff/koyoakimomi +} + # ######## K CKEYS { ckey: kazkin