From 78c8c576491ec3806eb817abf3a05e884d880d06 Mon Sep 17 00:00:00 2001 From: Anuken Date: Wed, 2 Dec 2020 18:01:46 -0500 Subject: [PATCH] Made water unlocked again --- core/src/mindustry/content/Liquids.java | 1 + 1 file changed, 1 insertion(+) diff --git a/core/src/mindustry/content/Liquids.java b/core/src/mindustry/content/Liquids.java index b087b41a94..3faa3693f0 100644 --- a/core/src/mindustry/content/Liquids.java +++ b/core/src/mindustry/content/Liquids.java @@ -12,6 +12,7 @@ public class Liquids implements ContentList{ water = new Liquid("water", Color.valueOf("596ab8")){{ heatCapacity = 0.4f; + alwaysUnlocked = true; effect = StatusEffects.wet; }};