Add fountainhead (vertical spigot, basically).

This commit is contained in:
Vanessa Ezekowitz
2013-10-27 22:38:19 -04:00
parent a59e147013
commit 3d19cca557
5 changed files with 131 additions and 0 deletions

View File

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