Fixed cyanogen color / Fixed liquid display negative values
This commit is contained in:
@@ -18,6 +18,7 @@ public class ContinuousTurret extends Turret{
|
||||
coolantMultiplier = 1f;
|
||||
envEnabled |= Env.space;
|
||||
acceptCoolant = false;
|
||||
displayAmmoMultiplier = false;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
@@ -69,6 +69,7 @@ public class Turret extends ReloadTurret{
|
||||
public boolean targetGround = true;
|
||||
public boolean targetHealing = false;
|
||||
public boolean playerControllable = true;
|
||||
public boolean displayAmmoMultiplier = true;
|
||||
|
||||
//charging
|
||||
public float chargeTime = -1f;
|
||||
|
||||
Reference in New Issue
Block a user