CONVEYORS

This commit is contained in:
Aronai Sieyes
2021-07-05 23:16:29 -04:00
parent 7a0accba92
commit a8ffde68da
+2 -2
View File
@@ -67,8 +67,8 @@
/obj/machinery/conveyor/proc/update_dir()
if(!(dir in cardinal)) // Diagonal. Forwards is *away* from dir, curving to the right.
forwards = turn(dir, 135)
backwards = turn(dir, 45)
forwards = turn(dir, 45)
backwards = turn(dir, 135)
else
forwards = dir
backwards = turn(dir, 180)