Allow gasses to be coolants (#9545)
This commit is contained in:
@@ -84,8 +84,6 @@ public class Liquid extends UnlockableContent implements Senseable{
|
|||||||
super.init();
|
super.init();
|
||||||
|
|
||||||
if(gas){
|
if(gas){
|
||||||
//gases can't be coolants
|
|
||||||
coolant = false;
|
|
||||||
//always "boils", it's a gas
|
//always "boils", it's a gas
|
||||||
boilPoint = -1;
|
boilPoint = -1;
|
||||||
//ensure no accidental global mutation
|
//ensure no accidental global mutation
|
||||||
|
|||||||
Reference in New Issue
Block a user