Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
2026-04-29 00:02:43 +09:00
parent 69a6f69f3c
commit c0b7485474
+2 -3
View File
@@ -538,8 +538,8 @@ if data.raw['fusion-generator'] and data.raw['fusion-generator']['fusion-generat
end
end
if mods['space-age'] then
if data.raw['reactor']['heating-tower'] then
-- MIG A 1 SPACE_AGE ENTITY,ITEM,RECIPE,RESEARCH_EFFECT
if data.raw['reactor'] and data.raw['reactor']['heating-tower'] then
local item = table.deepcopy(data.raw['item']['heating-tower'])
item.name = 'electric-heating-tower'
item.place_result = item.name
@@ -583,5 +583,4 @@ if mods['space-age'] then
data.raw['reactor']['electric-heating-tower'].fast_replaceable_group = data.raw['reactor']['heating-tower'].fast_replaceable_group
table.insert(data.raw.technology['heating-tower'].effects, {type = 'unlock-recipe', recipe = item.name})
end
end