This commit is contained in:
2023-09-17 18:44:22 +09:00
parent 365d4e9f6d
commit 645a8a5a6b
2 changed files with 3 additions and 3 deletions

View File

@@ -63,7 +63,7 @@ local function EE(source, tier)
end
elseif (source.type == 'reactor') then
item.consumption = 40 * tier
item.consumption = 40 * tier .. 'MW'
item.heat_buffer.max_temperature = 500 + (500 * tier)
item.heat_buffer.max_transfer = 5 + (5 * tier) .. 'GW'