mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-07-21 05:04:10 +01:00
[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:
@@ -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>")
|
||||
|
||||
Reference in New Issue
Block a user