[MIRROR] Removes /obj/item/weapon and /obj/item/device [MDB IGNORE] (#9084)

Co-authored-by: Changelogs <action@github.com>
Co-authored-by: Heroman3003 <31296024+Heroman3003@users.noreply.github.com>
Co-authored-by: Guti <32563288+TheCaramelion@users.noreply.github.com>
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
Co-authored-by: Kashargul <KashL@t-online.de>
This commit is contained in:
CHOMPStation2
2024-09-30 12:36:41 -07:00
committed by GitHub
parent 850d9fd3f5
commit 5ea698a0ef
3580 changed files with 1091579 additions and 574847 deletions
@@ -101,7 +101,7 @@
update_icon()
return ..()
/obj/structure/generic_structure/attackby(obj/item/weapon/W as obj, mob/user as mob)
/obj/structure/generic_structure/attackby(obj/item/W as obj, mob/user as mob)
if(wrenchable && W.has_tool_quality(TOOL_WRENCH))
add_fingerprint(user)
to_chat(user, "<span class='notice'>You [anchored? "un" : ""]secured \the [src]!</span>")