mirror of
https://github.com/PHIDIAS0303/factorio-mod-PHI.git
synced 2025-12-27 02:55:22 +09:00
.
This commit is contained in:
@@ -304,6 +304,10 @@ if settings.startup['PHI-MI'].value then
|
||||
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 _, v in pairs(t) do
|
||||
v.fluid_box.volume = v.fluid_box.volume * s
|
||||
|
||||
Reference in New Issue
Block a user