diff --git a/code/modules/vore/fluffstuff/custom_items_vr.dm b/code/modules/vore/fluffstuff/custom_items_vr.dm index 942baaf2382..12ba4639a11 100644 --- a/code/modules/vore/fluffstuff/custom_items_vr.dm +++ b/code/modules/vore/fluffstuff/custom_items_vr.dm @@ -259,6 +259,16 @@ obj/item/weapon/material/hatchet/tacknife/combatknife/fluff/katarina/handle_shie item_state = "flag_advent_mob" +//Vorrakul: Kaitlyn Fiasco +/obj/item/toy/plushie/mouse/fluff + name = "Mouse Plushie" + desc = "A plushie of a delightful mouse! What was once considered a vile rodent is now your very best friend." + slot_flags = SLOT_HEAD + icon_state = "mouse_brown" + item_state = "mouse_brown_head" + icon = 'icons/vore/custom_items_vr.dmi' + icon_override = 'icons/vore/custom_items_vr.dmi' + //zodiacshadow: ? /obj/item/device/radio/headset/fluff/zodiacshadow name = "Nehi's 'phones" diff --git a/config/custom_items.txt b/config/custom_items.txt index cb7a912a5bb..5e142ea5eb4 100644 --- a/config/custom_items.txt +++ b/config/custom_items.txt @@ -589,6 +589,12 @@ character_name: Theodora Lindt item_path: /obj/item/weapon/implanter/reagent_generator/vorrarkul } +{ +ckey: vorrarkul +character_name: Kaitlyn Fiasco +item_path: /obj/item/toy/plushie/mouse/fluff +} + { ckey: Viveret character_name: Keturah diff --git a/icons/vore/custom_items_vr.dmi b/icons/vore/custom_items_vr.dmi index 1b1653f8c6c..1131ce4a1a3 100644 Binary files a/icons/vore/custom_items_vr.dmi and b/icons/vore/custom_items_vr.dmi differ