From cd7103e3f4c5f256002423a0e51f2bbb2bf0a354 Mon Sep 17 00:00:00 2001 From: Anuken Date: Fri, 20 Aug 2021 00:15:47 -0400 Subject: [PATCH] Cryo vapor --- core/src/mindustry/content/Liquids.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/src/mindustry/content/Liquids.java b/core/src/mindustry/content/Liquids.java index 9b725ec562..4f05f1a757 100644 --- a/core/src/mindustry/content/Liquids.java +++ b/core/src/mindustry/content/Liquids.java @@ -39,6 +39,8 @@ public class Liquids implements ContentList{ temperature = 0.25f; effect = StatusEffects.freezing; lightColor = Color.valueOf("0097f5").a(0.2f); + boilPoint = 0.55f; + gasColor = Color.valueOf("c1e8f5"); }}; neoplasm = new CellLiquid("neoplasm", Color.valueOf("e05438")){{