From 44b07e92af165f1f8eb7f1c9c1302ffaa9287d9a Mon Sep 17 00:00:00 2001 From: PHIDIAS Date: Wed, 3 Jun 2026 20:28:12 +0900 Subject: [PATCH] . --- PHI-CL/data/b/gm-vp.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PHI-CL/data/b/gm-vp.lua b/PHI-CL/data/b/gm-vp.lua index 6edfd34..984e182 100644 --- a/PHI-CL/data/b/gm-vp.lua +++ b/PHI-CL/data/b/gm-vp.lua @@ -171,7 +171,7 @@ end -- GM-VP A 1 SPACE_AGE RESEARCH_EFFECT 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 -- GM-VP C 1 SPACE_AGE RESEARCH