Old ore processor cleanup

This commit is contained in:
CitadelStationBot
2017-04-29 03:46:03 -05:00
parent 588cad87b6
commit 4da7414339
7 changed files with 206 additions and 379 deletions
@@ -25,7 +25,7 @@
var/output_dir = SOUTH
/obj/machinery/mineral/proc/unload_mineral(atom/movable/S)
S.loc = loc
S.forceMove(loc)
var/turf/T = get_step(src,output_dir)
if(T)
S.loc = T
S.forceMove(T)