Removed the need of the input and output object for the machinery of mining.

They will now use the input_dir and output_dir vars.
This commit is contained in:
Aranclanos
2013-11-26 09:12:21 -03:00
parent 4ad564a440
commit 00a62742b6
5 changed files with 16 additions and 11 deletions
+1 -1
View File
@@ -350,7 +350,7 @@
break
else
break
var/turf/T = get_step(src,dir)
var/turf/T = get_step(src,input_dir)
if(T)
var/n = 0
for(var/obj/item/O in T)