This commit is contained in:
2026-06-19 22:47:14 +09:00
parent 944acee454
commit 896690c5a0
-1
View File
@@ -173,7 +173,6 @@ function main_entity(source, tier)
end end
elseif (source.type == 'fusion-generator') then elseif (source.type == 'fusion-generator') then
item.energy_source.output_flow_limit = tostring(tonumber(string.match(item.energy_source.output_flow_limit, '[%d%.]+')) * (2 * (tier - source.min + 1))) .. string.match(item.energy_source.output_flow_limit, '%a+')
item.max_fluid_usage = item.max_fluid_usage * (2 * (tier - source.min + 1)) item.max_fluid_usage = item.max_fluid_usage * (2 * (tier - source.min + 1))
if item['graphics_set'] then if item['graphics_set'] then