mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-18 03:26:31 +01:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user