Kills off /obj/item/device (#6561)
This commit is contained in:
@@ -248,7 +248,7 @@
|
||||
user.put_in_hands(S)
|
||||
to_chat(user, "<span class='notice'>You fasten the glass shard to the top of the rod with the cable.</span>")
|
||||
|
||||
else if(istype(I, /obj/item/device/assembly/igniter) && !(I.flags_1 & NODROP_1))
|
||||
else if(istype(I, /obj/item/assembly/igniter) && !(I.flags_1 & NODROP_1))
|
||||
var/obj/item/melee/baton/cattleprod/P = new /obj/item/melee/baton/cattleprod
|
||||
|
||||
remove_item_from_storage(user)
|
||||
|
||||
Reference in New Issue
Block a user