Allow gasses to be coolants (#9545)

This commit is contained in:
MEEPofFaith 2024-02-17 08:23:25 -08:00 committed by GitHub
parent daf8398c58
commit 4e24b31c0d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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