From 650f23d4053a22c6858983f010d43135de15d60c Mon Sep 17 00:00:00 2001 From: Someone Date: Sun, 14 Feb 2021 13:05:55 +0100 Subject: [PATCH] chage power generation priority to "secondary-output" (same as steam-turbine) --- prototypes/entities.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prototypes/entities.lua b/prototypes/entities.lua index ed93c49..3e55899 100644 --- a/prototypes/entities.lua +++ b/prototypes/entities.lua @@ -30,7 +30,7 @@ data:extend({ max_power_output = "1120MW", energy_source = { type = "electric", - usage_priority = "primary-output" + usage_priority = "secondary-output" }, picture = { -- 2.43.0