mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 11:37:40 +01:00
Adds in Fast Processing
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user