diff --git a/code/modules/vore/fluffstuff/custom_items_vr.dm b/code/modules/vore/fluffstuff/custom_items_vr.dm index c7e975b247..1e8c51ed86 100644 --- a/code/modules/vore/fluffstuff/custom_items_vr.dm +++ b/code/modules/vore/fluffstuff/custom_items_vr.dm @@ -1746,7 +1746,7 @@ update_held_icon() add_fingerprint(user) -/obj/item/weapon/storage/box/fluff/stunstaff +/obj/item/weapon/storage/backpack/fluff/stunstaff name = "Electrostaff sheath" icon = 'icons/vore/custom_items_vr.dmi' icon_state = "holster_stunstaff" @@ -1760,6 +1760,6 @@ max_w_class = ITEMSIZE_HUGE max_storage_space = 16 -/obj/item/weapon/storage/box/fluff/stunstaff/New() +/obj/item/weapon/storage/backpack/fluff/stunstaff/New() ..() new /obj/item/weapon/melee/baton/fluff/stunstaff(src) \ No newline at end of file diff --git a/config/custom_items.txt b/config/custom_items.txt index f2571b77c6..d43bef2f14 100644 --- a/config/custom_items.txt +++ b/config/custom_items.txt @@ -307,7 +307,7 @@ item_path: /obj/item/weapon/storage/box/fluff/morxaina { ckey: jacknoir413 character_name: Areax Third -item_path: /obj/item/weapon/storage/box/fluff/stunstaff +item_path: /obj/item/weapon/storage/backpack/fluff/stunstaff req_titles: Security Officer, Warden, Head of Security }