7d41fc53c3
Try to make sure doors don't have to wait arbitrarily long for a patrol ABM to fire if their DNT was lost and they're part of a stable circuit. This seems to have caused some sponge squeezers in particularly busy areas to stop for a while when first loaded sometimes, which can interrupt the water flow they provide, which can lead to a fire hazard.
15 lines
360 B
Lua
15 lines
360 B
Lua
-- LUALOCALS < ---------------------------------------------------------
|
|
local include, nodecore
|
|
= include, nodecore
|
|
-- LUALOCALS > ---------------------------------------------------------
|
|
|
|
nodecore.amcoremod()
|
|
|
|
include("convey")
|
|
include("operate")
|
|
include("ablation")
|
|
include("register")
|
|
include("craft_catapult")
|
|
include("craft_press")
|
|
include("hints")
|