From 77080534a6d4e3cc5f8b420cdc6604560f4fd759 Mon Sep 17 00:00:00 2001 From: blazerules Date: Wed, 3 Jan 2018 11:08:25 +0200 Subject: [PATCH] Electrostaff Custom Item Please kill me I am bad at noticing small things. --- code/modules/vore/fluffstuff/custom_items_vr.dm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/code/modules/vore/fluffstuff/custom_items_vr.dm b/code/modules/vore/fluffstuff/custom_items_vr.dm index cc4d2a8eeb..c7e975b247 100644 --- a/code/modules/vore/fluffstuff/custom_items_vr.dm +++ b/code/modules/vore/fluffstuff/custom_items_vr.dm @@ -1670,7 +1670,7 @@ ..() //jacknoir413:Areax Third -/obj/items/weapon/melee/baton/fluff/stunstaff +/obj/item/weapon/melee/baton/fluff/stunstaff name = "Electrostaff" desc = "Six-foot long staff from dull, rugged metal, with two thin spikes protruding from each end. Small etching near to the middle of it reads 'Children Of Nyx Facilities: Product No. 12'." icon = 'icons/vore/custom_items_vr.dmi' @@ -1746,7 +1746,7 @@ update_held_icon() add_fingerprint(user) -/obj/items/weapon/storage/box/fluff/stunstaff +/obj/item/weapon/storage/box/fluff/stunstaff name = "Electrostaff sheath" icon = 'icons/vore/custom_items_vr.dmi' icon_state = "holster_stunstaff" @@ -1754,12 +1754,12 @@ slot_flags = SLOT_BACK item_icons = list(slot_back_str = 'icons/vore/custom_onmob_vr.dmi') - can_hold = list(/obj/items/weapon/melee/baton/fluff/stunstaff) + can_hold = list(/obj/item/weapon/melee/baton/fluff/stunstaff) w_class = ITEMSIZE_HUGE max_w_class = ITEMSIZE_HUGE max_storage_space = 16 -/obj/items/weapon/storage/box/fluff/stunstaff/New() +/obj/item/weapon/storage/box/fluff/stunstaff/New() ..() new /obj/item/weapon/melee/baton/fluff/stunstaff(src) \ No newline at end of file