preliminary reorganization of conveyors, disposals, packaging, etc (#6706)

factorio gaming

---------

Co-authored-by: LordME <58342752+TheLordME@users.noreply.github.com>
This commit is contained in:
silicons
2024-09-03 19:32:17 -06:00
committed by GitHub
co-authored by LordME
parent 1d2ea7819f
commit c8cef909f7
27 changed files with 2134 additions and 2130 deletions
+1 -1
View File
@@ -27,7 +27,7 @@
/obj/machinery/mineral/unloading_machine/process(delta_time)
if(output && input)
if(length(output.loc.contents) > 100) // let's not!
if(length(output.loc.contents) > TURF_CROWDING_SOFT_LIMIT) // let's not!
return
var/obj/structure/ore_box/O = locate() in input.loc
if(O)