From 98232d3b8a7404291f1950f3d017bb75abd3cfcb Mon Sep 17 00:00:00 2001 From: PHIDIAS Date: Thu, 4 Jun 2026 17:59:15 +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 95ee0d6..d895bcd 100644 --- a/PHI-CL/data/b/gm-vp.lua +++ b/PHI-CL/data/b/gm-vp.lua @@ -395,7 +395,7 @@ end -- GM-VP C 26 BASE RESEARCH -- GM-VP C 35 SPACE_AGE RESEARCH -- GM-VP H 35 SPACE_AGE RESEARCH -if data.raw.technology and items['technology'] then +if data.raw.technology and items['technology'] and 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