From b8f77619f28e62716d2c68987142fa9c99154d31 Mon Sep 17 00:00:00 2001 From: blazerules Date: Sat, 6 Jan 2018 13:03:31 +0200 Subject: [PATCH] Electrostaff sheath fix For some reason changing it to box/fluff broke it. Can't... put my finger on why. But it works as a backpack so alls good. --- code/modules/vore/fluffstuff/custom_items_vr.dm | 4 ++-- config/custom_items.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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 }