From cc3bbdd1bfa8e8aa61f4d8ded67975da357564c7 Mon Sep 17 00:00:00 2001 From: Paul Date: Sun, 25 Jul 2021 17:45:05 +0200 Subject: [PATCH] set fusor energy_input to max --- prototypes/fusion/fu_fusor.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/prototypes/fusion/fu_fusor.lua b/prototypes/fusion/fu_fusor.lua index c373b1e..9540722 100644 --- a/prototypes/fusion/fu_fusor.lua +++ b/prototypes/fusion/fu_fusor.lua @@ -54,8 +54,7 @@ data:extend({ energy_source = { type = 'electric', buffer_capacity = '400MJ', - usage_priority = 'secondary-input', - input_flow_limit = '600MW', + usage_priority = 'secondary-input' }, energy_usage = '400MW', allowed_effects = {"speed", "productivity", "consumption", "pollution"},