This commit is contained in:
2026-06-03 20:28:12 +09:00
parent a9e8d91b02
commit 44b07e92af
+1 -1
View File
@@ -171,7 +171,7 @@ end
-- GM-VP A 1 SPACE_AGE RESEARCH_EFFECT -- GM-VP A 1 SPACE_AGE RESEARCH_EFFECT
if data.raw.technology['steel-plate-productivity'] then if data.raw.technology['steel-plate-productivity'] then
table.insert(data.raw.technology['steel-plate-productivity'].effects, {type = 'change-recipe-productivity', recipe = 'casting-steel', change = 0.05}) data.raw.technology['steel-plate-productivity'].effects = {{type = 'change-recipe-productivity', recipe = 'steel-plate', change = 0.05}, {type = 'change-recipe-productivity', recipe = 'casting-steel', change = 0.05}}
end end
-- GM-VP C 1 SPACE_AGE RESEARCH -- GM-VP C 1 SPACE_AGE RESEARCH