From 8ca98934af63ccd2be0c5bbb8434fe49715c3715 Mon Sep 17 00:00:00 2001 From: Hatterhat Date: Thu, 29 Dec 2022 20:20:50 -0600 Subject: [PATCH] lmao shit forgot to remove this too --- code/modules/recycling/conveyor2.dm | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/code/modules/recycling/conveyor2.dm b/code/modules/recycling/conveyor2.dm index 1a469b9408..b3ad29e637 100644 --- a/code/modules/recycling/conveyor2.dm +++ b/code/modules/recycling/conveyor2.dm @@ -308,16 +308,6 @@ GLOBAL_LIST_EMPTY(conveyors_by_id) S.update_icon() CHECK_TICK -/* -/obj/machinery/conveyor_switch/attackby(obj/item/I, mob/user, params) - if(I.tool_behaviour == TOOL_CROWBAR) - var/obj/item/conveyor_switch_construct/C = new/obj/item/conveyor_switch_construct(src.loc) - C.id = id - transfer_fingerprints_to(C) - to_chat(user, "You detach the conveyor switch.") - qdel(src) -*/ - /obj/machinery/conveyor_switch/crowbar_act(mob/user, obj/item/tool) tool.play_tool_sound(src, 50) var/obj/item/conveyor_switch_construct/switch_construct = new/obj/item/conveyor_switch_construct(src.loc)