This commit is contained in:
Citinited
2018-11-04 18:31:48 +00:00
parent da469031c9
commit 5fb3fb71a1
+1 -1
View File
@@ -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()