mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13-RP.git
synced 2026-08-21 22:26:39 +01:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user