Added outlet grate, made it participate in autoplace algorithm.

This commit is contained in:
Vanessa Ezekowitz
2012-08-22 03:43:38 -04:00
parent bb168e75e4
commit a66d9a8564
5 changed files with 43 additions and 1 deletions

View File

@ -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