From a66d9a85642e93c1ad5f758924a8404028c3fd90 Mon Sep 17 00:00:00 2001 From: Vanessa Ezekowitz Date: Wed, 22 Aug 2012 03:43:38 -0400 Subject: Added outlet grate, made it participate in autoplace algorithm. --- autoplace.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'autoplace.lua') 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 -- cgit v1.2.3