From 5fb3fb71a19457aed912fb7ebcdf125c11c30375 Mon Sep 17 00:00:00 2001 From: Citinited Date: Sun, 4 Nov 2018 18:31:48 +0000 Subject: [PATCH] oops --- 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 82c638fd43b..95234c850d5 100644 --- a/code/modules/recycling/conveyor2.dm +++ b/code/modules/recycling/conveyor2.dm @@ -172,7 +172,7 @@ GLOBAL_LIST_INIT(conveyor_switches, list()) still_stuff_to_move = TRUE sleep(1) if(AM.loc == loc) // prevents the object from being affected if it's not currently here. - step(A,forwards) + step(AM,forwards) CHECK_TICK if(!still_stuff_to_move) makeNormalProcess()