Fix heat overproduction

This is not a real fix, just a work-around for now
This commit is contained in:
numzero 2024-07-14 22:18:53 +03:00
parent e47d7dea8e
commit f3fa23609c

View File

@ -349,6 +349,8 @@ reactor_normal.heat_lower_layer_picture = apply_heat_pipe_glow{
shift = REACTOR_DEFAULT_PICTURE_ATTRS.shift,
}
reactor_normal.heat_buffer.specific_heat = "1kJ"
reactor_normal.heat_buffer.max_transfer = "0.00001W"
reactor_normal.heat_buffer.heat_picture = apply_heat_pipe_glow{
filename = "__UnrealisticReactors__/graphics/entity/reactor-heated.png",
priority = "extra-high",