#616 updated flow view to match fluid colors not pellet colors

This commit is contained in:
Mikayla Fischler
2025-04-20 21:36:40 -04:00
parent e4da9a62d9
commit ee868eb607
3 changed files with 7 additions and 7 deletions

View File

@@ -268,7 +268,7 @@ local function init(main)
for i = 1, facility.num_units do
local y_offset = y_ofs(i)
unit_flow(main, flow_x, 5 + y_offset, #emcool_pipes == 0, i)
table.insert(po_pipes, pipe(0, 3 + y_offset, 4, 0, colors.cyan, true, true))
table.insert(po_pipes, pipe(0, 3 + y_offset, 4, 0, colors.green, true, true))
util.nop()
end