Skip to content

Commit 7b81b88

Browse files
Make water sources not freeze instantly.
1 parent 6294f56 commit 7b81b88

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

data/json/furniture_and_terrain/terrain-liquids.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -484,7 +484,7 @@
484484
"flags": [ "TRANSPARENT", "LIQUID", "NO_SCENT", "SWIMMABLE", "SHALLOW_WATER" ],
485485
"connect_groups": "WATER",
486486
"connects_to": "WATER",
487-
"liquid_source": { "id": "water_murky" },
487+
"liquid_source": { "id": "water_murky", "min_temp": 70 },
488488
"examine_action": "water_source"
489489
},
490490
{

data/mods/aftershock_exoplanet/maps/furniture_and_terrain/terrain_groundxeno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,7 @@
493493
"emissions": [ "weak_toxic_dust" ],
494494
"color": "light_red",
495495
"move_cost": 6,
496-
"liquid_source": { "id": "water_sewage" },
496+
"liquid_source": { "id": "water_sewage", "min_temp": 18 },
497497
"flags": [ "TRANSPARENT", "SWIMMABLE", "SHALLOW_WATER" ],
498498
"examine_action": "water_source"
499499
}

0 commit comments

Comments
 (0)