Merge pull request #271 from caelaislinn/master

conveyors on the mini mining outposts should now work properly
This commit is contained in:
Tastyfish
2012-01-11 23:03:00 -08:00
+4
View File
@@ -69,6 +69,10 @@
backwards = NORTH
if(SOUTHWEST)
backwards = NORTH
if(operating > 0)
movedir = forwards
else if(operating < 0)
movedir = backwards
/obj/machinery/conveyor/proc/setmove()
if(operating > 0)