diff --git a/code/modules/vore/fluffstuff/custom_boxes_vr.dm b/code/modules/vore/fluffstuff/custom_boxes_vr.dm index 6cdf263d8b..549c6d1239 100644 --- a/code/modules/vore/fluffstuff/custom_boxes_vr.dm +++ b/code/modules/vore/fluffstuff/custom_boxes_vr.dm @@ -28,6 +28,14 @@ /obj/item/clothing/under/thing4) */ +// BeyondMyLife:Cassandra Selones Spawn Kit +/obj/item/weapon/storage/box/fluff/cassandra + name = "Cassandra Selone's Spawn Kit" + desc = "A spawn Kit, holding Cassandra Selone's Item's" + has_items = list( + /obj/item/clothing/gloves/fluff/kilano/purple, + /obj/item/clothing/under/fluff/kilanosuit/purple, + /obj/item/clothing/shoes/boots/fluff/kilano/purple) // bwoincognito:Tasald Corlethian /obj/item/weapon/storage/box/fluff/tasald diff --git a/code/modules/vore/fluffstuff/custom_clothes_vr.dm b/code/modules/vore/fluffstuff/custom_clothes_vr.dm index e143bce7ee..eb111673d4 100644 --- a/code/modules/vore/fluffstuff/custom_clothes_vr.dm +++ b/code/modules/vore/fluffstuff/custom_clothes_vr.dm @@ -1688,6 +1688,27 @@ Departamental Swimsuits, for general use item_state = "kilanogloves_mob" species_restricted = null +//BeyondMyLife: Cassandra Selones +/obj/item/clothing/shoes/boots/fluff/kilano/purple //Child of kilano items to cut down on lines needed. + name = "purple and silver winter boots" + desc = "Some fur lined boots, purple and silver." + icon_state = "winterboots_cap_p_mob" //Just like last time, icon_state decides BOTH the item_state and icon_state. I have no idea why this occurs, but it does. + item_state = "winterboots_cap_p_mob" + +//BeyondMyLife: Cassandra Selones +/obj/item/clothing/gloves/fluff/kilano/purple + name = "purple and silver gloves" + desc = "A purple pair of gloves, replicating the usual captains gloves, with odd oriental, and foriegn patterns in it, and silver lining replacing the usual gold." + icon_state = "kilanogloves_p" + item_state = "kilanogloves_p_mob" + +//BeyondMyLife: Cassandra Selones +/obj/item/clothing/under/fluff/kilanosuit/purple + name = "purple and silver dress uniform" + desc = "A royal purple dress, replicating the usual captains dress, made of the same glossy/silky material, with odd oriental and foriegn patterns on it, silver lined too!" + icon_state = "kilanosuit_p" + item_state = "kilanosuit_p" + //Mewchild: Phi Vietsi /obj/item/clothing/gloves/ring/seal/signet/fluff/vietsi name = "signet ring" diff --git a/config/custom_items.txt b/config/custom_items.txt index 2838ffda01..17a0723200 100644 --- a/config/custom_items.txt +++ b/config/custom_items.txt @@ -94,6 +94,12 @@ character_name: Yuuko Shimmerpond item_path: /obj/item/clothing/under/fluff/sakura_hokkaido_kimono } +{ +ckey: beyondmylife +character_name: Cassandra Selone +item_path: /obj/item/weapon/storage/box/fluff/cassandra +} + { ckey: beyondmylife character_name: Kilano Soryu diff --git a/icons/vore/custom_clothes_vr.dmi b/icons/vore/custom_clothes_vr.dmi index f07611d375..0108556742 100644 Binary files a/icons/vore/custom_clothes_vr.dmi and b/icons/vore/custom_clothes_vr.dmi differ