From 3627f5b0eb2c864a0f38b63a23a807b916afb231 Mon Sep 17 00:00:00 2001 From: Putnam3145 Date: Mon, 21 Jun 2021 20:08:36 -0700 Subject: [PATCH] machienry --- code/modules/recycling/conveyor2.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/recycling/conveyor2.dm b/code/modules/recycling/conveyor2.dm index 1bab7e44b8..e9c17ecc28 100644 --- a/code/modules/recycling/conveyor2.dm +++ b/code/modules/recycling/conveyor2.dm @@ -268,7 +268,7 @@ GLOBAL_LIST_EMPTY(conveyors_by_id) // timed process // if the switch changed, update the linked conveyors -/obj/machienry/conveyor_switch/proc/do_process() +/obj/machinery/conveyor_switch/proc/do_process() set waitfor = FALSE for(var/obj/machinery/conveyor/C in GLOB.conveyors_by_id[id]) C.operating = position