From a107061662cc01af3bebb5c1d38cddd7a04c1a6c Mon Sep 17 00:00:00 2001 From: numzero Date: Mon, 15 Jul 2024 00:21:25 +0300 Subject: [PATCH] Remove vanilla neighbour bonus It was causing heat overproduction too. --- prototypes/entities.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prototypes/entities.lua b/prototypes/entities.lua index 8cdedab..304dd6f 100644 --- a/prototypes/entities.lua +++ b/prototypes/entities.lua @@ -221,7 +221,7 @@ reactor_template = { max_health = 500, corpse = "big-remnants", consumption = "40MW", - neighbour_bonus = 1, + neighbour_bonus = 0, selectable_in_game = false, vehicle_impact_sound = {filename = "__base__/sound/car-metal-impact.ogg", volume = 0.65}, meltdown_action = nil,