This commit is contained in:
2025-06-07 02:09:13 +09:00
parent 262fa04e79
commit fcd564d197

View File

@@ -304,6 +304,10 @@ if settings.startup['PHI-MI'].value then
end end
end end
for _, v in pairs(data.raw['valve']) do
v.flow_rate = v.flow_rate * s
end
for _, t in pairs({data.raw['pipe'], data.raw['pipe-to-ground'], data.raw['infinity-pipe']}) do for _, t in pairs({data.raw['pipe'], data.raw['pipe-to-ground'], data.raw['infinity-pipe']}) do
for _, v in pairs(t) do for _, v in pairs(t) do
v.fluid_box.volume = v.fluid_box.volume * s v.fluid_box.volume = v.fluid_box.volume * s