This commit is contained in:
2026-07-01 18:15:45 +09:00
parent 230123f528
commit ecd0c361b3
3 changed files with 39 additions and 33 deletions
+1 -1
View File
@@ -418,7 +418,7 @@ end
-- GM-VP C 27 BASE RESEARCH
-- GM-VP C 39 SPACE_AGE RESEARCH
if data.raw.technology and items['technology'] and items['technology_reform'] then
if items['technology_reform'] then
for _, v in pairs(data.raw.technology) do
if items['technology_reform'][v.name] then
v.prerequisites = (items['technology_reform'][v.name].prerequisites and items['technology_reform'][v.name].prerequisites) or v.prerequisites