summaryrefslogtreecommitdiff
path: root/autoplace.lua
diff options
context:
space:
mode:
Diffstat (limited to 'autoplace.lua')
-rw-r--r--autoplace.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/autoplace.lua b/autoplace.lua
index 06e6978..94a8620 100644
--- a/autoplace.lua
+++ b/autoplace.lua
@@ -107,7 +107,8 @@ pipes_scansurroundings = function(pos)
if (string.find(nym.name, "pipeworks:storage_tank_x") ~= nil) or
(string.find(nym.name, "pipeworks:storage_tank_z") ~= nil) or
- (string.find(nym.name, "pipeworks:intake") ~= nil) then
+ (string.find(nym.name, "pipeworks:intake") ~= nil) or
+ (string.find(nym.name, "pipeworks:outlet") ~= nil) then
pym=1
end