From 3d19cca557b3f0f176412dada60a98d256687438 Mon Sep 17 00:00:00 2001 From: Vanessa Ezekowitz Date: Sun, 27 Oct 2013 22:38:19 -0400 Subject: Add fountainhead (vertical spigot, basically). --- autoplace.lua | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'autoplace.lua') 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 -- cgit v1.2.3