Adds in Fast Processing

This commit is contained in:
Fox-McCloud
2016-08-09 06:55:00 -04:00
parent b294a760d9
commit 8cd140e48a
17 changed files with 145 additions and 95 deletions
+5 -1
View File
@@ -9,6 +9,7 @@
anchored = 1.0
input_dir = WEST
output_dir = EAST
speed_process = 1
/obj/machinery/mineral/unloading_machine/process()
var/turf/T = get_step(src,input_dir)
@@ -21,8 +22,11 @@
limit++
if(limit>=10)
return
CHECK_TICK
CHECK_TICK
for(var/obj/item/I in T)
unload_mineral(I)
limit++
if(limit>=10)
return
return
CHECK_TICK