diff --git a/code/modules/vore/fluffstuff/custom_clothes_yw.dm b/code/modules/vore/fluffstuff/custom_clothes_yw.dm index 0eaa343647..5e5197ef5d 100644 --- a/code/modules/vore/fluffstuff/custom_clothes_yw.dm +++ b/code/modules/vore/fluffstuff/custom_clothes_yw.dm @@ -1591,3 +1591,12 @@ icon_override = 'icons/vore/custom_clothes_yw.dmi' item_state = "valormedal1_mob" overlay_state = "valormedal1_mob" + +// ****** +// Foxicide +// ****** +/obj/item/weapon/storage/backpack/fluff/kaith + name = "Light Duffel bag" + desc = "A compact duffel bag, meant for long hikes." + icon = 'icons/obj/clothing/backpack.dmi' + icon_state = "duffle" \ No newline at end of file diff --git a/code/modules/vore/fluffstuff/custom_items_yw.dm b/code/modules/vore/fluffstuff/custom_items_yw.dm index 9f62aa8163..0e01c857cc 100644 --- a/code/modules/vore/fluffstuff/custom_items_yw.dm +++ b/code/modules/vore/fluffstuff/custom_items_yw.dm @@ -568,3 +568,11 @@ from_suit = /obj/item/clothing/suit/storage/hooded/explorer to_suit = /obj/item/clothing/suit/storage/hooded/fluff/mocha_suit +// ************* +// Foxicide +// ************* +/obj/item/weapon/kitchenknife/tacknife/unathiknife/fluff/kaith + name = "Trusty Survival Knife" + desc = "An old looking knife with an outdated wooden handle. Still looks robust, though." + icon = 'icons/vore/custom_items_yw.dmi' + icon_state = "kaithknife" \ No newline at end of file