summaryrefslogtreecommitdiff
path: root/autoplace.lua
diff options
context:
space:
mode:
authorVanessa Ezekowitz <vanessaezekowitz@gmail.com>2013-01-04 00:15:23 -0500
committerVanessa Ezekowitz <vanessaezekowitz@gmail.com>2013-01-04 00:15:23 -0500
commit6419ecb1178fb6073fa9b7e153f96c3fd5946a87 (patch)
tree3a34a0f1f484b4af6d78beb132be85722b891bb7 /autoplace.lua
parent70d8e92aff5c4868b0625baf21ce3684d26e93a7 (diff)
downloadpipeworks-6419ecb1178fb6073fa9b7e153f96c3fd5946a87.tar
pipeworks-6419ecb1178fb6073fa9b7e153f96c3fd5946a87.tar.gz
pipeworks-6419ecb1178fb6073fa9b7e153f96c3fd5946a87.tar.bz2
pipeworks-6419ecb1178fb6073fa9b7e153f96c3fd5946a87.tar.xz
pipeworks-6419ecb1178fb6073fa9b7e153f96c3fd5946a87.zip
First stage of integrating Mauvebic's water flowing code. This is experimental
and doesn't move water yet - but at least it doesn't break anything :-)
Diffstat (limited to 'autoplace.lua')
-rw-r--r--autoplace.lua8
1 files changed, 8 insertions, 0 deletions
diff --git a/autoplace.lua b/autoplace.lua
index ef5bbda..1a53bf3 100644
--- a/autoplace.lua
+++ b/autoplace.lua
@@ -178,6 +178,14 @@ function pipes_scansurroundings(pos)
(string.find(nym.name, "pipeworks:pump") ~= nil) then
pym=1
end
+
+-- ...extra devices specified via the function's parameters
+-- ...except that this part is not implemented yet
+--
+-- if (string.find(nym.name, "aero:outlet") ~= nil) then
+-- pxm, pxp, pym, and/or pyp = 1 depending on the needed rules
+-- end
+
end
function pipe_look_for_stackable_tanks(pos)