Merge remote-tracking branch 'origin/master'

This commit is contained in:
Anuken
2025-12-25 19:02:50 -05:00
3 changed files with 5 additions and 1 deletions

View File

@@ -4220,6 +4220,7 @@ public class Blocks{
envEnabled |= Env.space;
coolantMultiplier = 0.4f;
liquidCapacity = 60f;
scaledHealth = 150;
coolant = consumeCoolant(1f);
@@ -4275,6 +4276,7 @@ public class Blocks{
reload = 7f;
recoilTime = reload * 2f;
coolantMultiplier = 0.5f;
liquidCapacity = 120f;
ammoUseEffect = Fx.casing3;
range = 260f;
inaccuracy = 3f;
@@ -4322,6 +4324,7 @@ public class Blocks{
}};
scaledHealth = 200;
liquidCapacity = 60f;
coolant = consumeCoolant(0.5f);
consumePower(17f);
}};

View File

@@ -155,6 +155,7 @@ public class Turret extends ReloadTurret{
public Turret(String name){
super(name);
liquidCapacity = 20f;
outlinedIcon = 1;
drawLiquidLight = false;
sync = true;