Remove vanilla neighbour bonus
It was causing heat overproduction too.
This commit is contained in:
parent
f3fa23609c
commit
a107061662
|
|
@ -221,7 +221,7 @@ reactor_template = {
|
||||||
max_health = 500,
|
max_health = 500,
|
||||||
corpse = "big-remnants",
|
corpse = "big-remnants",
|
||||||
consumption = "40MW",
|
consumption = "40MW",
|
||||||
neighbour_bonus = 1,
|
neighbour_bonus = 0,
|
||||||
selectable_in_game = false,
|
selectable_in_game = false,
|
||||||
vehicle_impact_sound = {filename = "__base__/sound/car-metal-impact.ogg", volume = 0.65},
|
vehicle_impact_sound = {filename = "__base__/sound/car-metal-impact.ogg", volume = 0.65},
|
||||||
meltdown_action = nil,
|
meltdown_action = nil,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user