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