This commit is contained in:
2025-03-19 23:11:52 +09:00
parent 156694f1a6
commit 0428603640

View File

@@ -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