From 042860364021e27e412fe5a2ddeefaeb069fb2ea Mon Sep 17 00:00:00 2001 From: PHIDIAS Date: Wed, 19 Mar 2025 23:11:52 +0900 Subject: [PATCH] . --- PHI-CL/data.lua | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/PHI-CL/data.lua b/PHI-CL/data.lua index ca5acac..5772a3e 100644 --- a/PHI-CL/data.lua +++ b/PHI-CL/data.lua @@ -181,6 +181,12 @@ if settings.startup['PHI-MI'].value then end end + for _, t in pairs({data.raw['pipe'], data.raw['pipe-to-ground']}) do + for _, v in pairs(t) do + v.fluid_box.volume = v.fluid_box.volume * s + end + end + data.raw['utility-constants'].default.max_fluid_flow = 100 * s end