From 6419ecb1178fb6073fa9b7e153f96c3fd5946a87 Mon Sep 17 00:00:00 2001 From: Vanessa Ezekowitz Date: Fri, 4 Jan 2013 00:15:23 -0500 Subject: 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 :-) --- autoplace.lua | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'autoplace.lua') 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) -- cgit v1.2.3