mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-28 07:39:13 +01:00
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.
This commit is contained in:
@@ -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)
|
||||
Reference in New Issue
Block a user