From 4e24b31c0de9985cecc31a97709422a9756ca0fc Mon Sep 17 00:00:00 2001 From: MEEPofFaith <54301439+MEEPofFaith@users.noreply.github.com> Date: Sat, 17 Feb 2024 08:23:25 -0800 Subject: [PATCH] Allow gasses to be coolants (#9545) --- core/src/mindustry/type/Liquid.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/core/src/mindustry/type/Liquid.java b/core/src/mindustry/type/Liquid.java index a524970fcd..9032b4bf9b 100644 --- a/core/src/mindustry/type/Liquid.java +++ b/core/src/mindustry/type/Liquid.java @@ -84,8 +84,6 @@ public class Liquid extends UnlockableContent implements Senseable{ super.init(); if(gas){ - //gases can't be coolants - coolant = false; //always "boils", it's a gas boilPoint = -1; //ensure no accidental global mutation