diff --git a/PHI-EN/main.lua b/PHI-EN/main.lua index 103b6a3..0566dda 100644 --- a/PHI-EN/main.lua +++ b/PHI-EN/main.lua @@ -18,9 +18,6 @@ local function EE(source, tier) if (source == "accumulator") then - item.energy_source.buffer_capacity = (base_battery_energy * 4 ^ (tier - 1)) .. "MJ" - item.energy_source.input_flow_limit = (base_battery_flow * (4 ^ (tier - 1))) .. "kW" - item.energy_source.output_flow_limit = (base_battery_flow * (4 ^ (tier - 1))) .. "kW" item.energy_source.buffer_capacity = (base_battery_energy * 4 ^ (tier - 1)) .. "MJ" item.energy_source.input_flow_limit = (base_battery_flow * (4 ^ (tier - 1))) .. "kW" item.energy_source.output_flow_limit = (base_battery_flow * (4 ^ (tier - 1))) .. "kW"