mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 19:47:22 +01:00
Merge pull request #271 from caelaislinn/master
conveyors on the mini mining outposts should now work properly
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user