diff options
Diffstat (limited to 'autoplace.lua')
-rw-r--r-- | autoplace.lua | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/autoplace.lua b/autoplace.lua index 7801305..4a7d378 100644 --- a/autoplace.lua +++ b/autoplace.lua @@ -479,6 +479,12 @@ function pipes_scansurroundings(pos) pym=1 end +-- ...fountainheads... + + if (string.find(nyp.name, "pipeworks:fountainhead") ~= nil) then + pyp=1 + end + -- ... and storage tanks. if (string.find(nym.name, "pipeworks:storage_tank_") ~= nil) then |