This commit is contained in:
2026-06-04 18:18:09 +09:00
parent c01e00ef5c
commit 94cf176b08
+1
View File
@@ -403,6 +403,7 @@ if data.raw.technology and items['technology'] and items['technology_reform'] th
v.effects = (items['technology_reform'][v.name].effects and items['technology_reform'][v.name].effects) or v.effects v.effects = (items['technology_reform'][v.name].effects and items['technology_reform'][v.name].effects) or v.effects
if v.unit then if v.unit then
v.research_trigger = nil
v.unit.count = (items['technology_reform'][v.name].unit_count and items['technology_reform'][v.name].unit_count) or v.unit.count v.unit.count = (items['technology_reform'][v.name].unit_count and items['technology_reform'][v.name].unit_count) or v.unit.count
v.unit.ingredients = (items['technology_reform'][v.name].unit_ingredients and items['technology_reform'][v.name].unit_ingredients) or v.unit.ingredients v.unit.ingredients = (items['technology_reform'][v.name].unit_ingredients and items['technology_reform'][v.name].unit_ingredients) or v.unit.ingredients
end end