diff options
author | Vanessa Ezekowitz <vanessaezekowitz@gmail.com> | 2013-10-27 22:38:19 -0400 |
---|---|---|
committer | Vanessa Ezekowitz <vanessaezekowitz@gmail.com> | 2013-10-27 22:38:19 -0400 |
commit | 3d19cca557b3f0f176412dada60a98d256687438 (patch) | |
tree | f76d8533b4154e3d2c41eaaa3d86701637825dbc /autoplace.lua | |
parent | a59e1470135dffe2c2adfecf7d9b39d6543bd7bc (diff) |
Add fountainhead (vertical spigot, basically).
Diffstat (limited to 'autoplace.lua')
-rw-r--r-- | autoplace.lua | 6 |
1 files changed, 6 insertions, 0 deletions
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 |