Skip to content

Commit 775f488

Browse files
committed
Update 22
1 parent 0b82e5a commit 775f488

File tree

5 files changed

+2
-2
lines changed

5 files changed

+2
-2
lines changed

prototypes/fluid.lua

+1
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ data:extend({
5050
pressure_to_speed_ratio = 0.3,
5151
flow_to_energy_ratio = 0,
5252
localised_name = {"fluid-name.geothermal-water", "", "", ""},
53+
hidden = true,
5354
}
5455
})
5556

prototypes/turbine.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ data:extend(
5151

5252
animation =
5353
{
54-
filename = "__Geothermal__/graphics/entity/heat-exchanger/quarry-horizontal.png",
54+
filename = "__Geothermal__/graphics/entity/heat-exchanger/exchanger-horizontal.png",
5555
priority = "high",
5656
width = 128,
5757
height = 128,

prototypes/well.lua

-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,6 @@ data:extend(
9696
{
9797
module_slots = 2
9898
},--]]
99-
allowed_effects = {},
10099
radius_visualisation_picture =
101100
{
102101
filename = "__Geothermal__/graphics/entity/geothermal/geothermal-well-radius-visualization.png",

0 commit comments

Comments
 (0)