mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-01-28 07:22:21 -08:00
Allow gasses to be coolants (#9545)
This commit is contained in:
parent
daf8398c58
commit
4e24b31c0d
1 changed files with 0 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue