Minor bugfixes
This commit is contained in:
@@ -4488,7 +4488,7 @@ public class Blocks{
|
|||||||
|
|
||||||
fogRadius = 6f;
|
fogRadius = 6f;
|
||||||
|
|
||||||
health = 190;
|
health = 210;
|
||||||
|
|
||||||
weapons.add(new Weapon(){{
|
weapons.add(new Weapon(){{
|
||||||
shootCone = 360f;
|
shootCone = 360f;
|
||||||
@@ -4497,7 +4497,7 @@ public class Blocks{
|
|||||||
deathExplosionEffect = Fx.massiveExplosion;
|
deathExplosionEffect = Fx.massiveExplosion;
|
||||||
shootOnDeath = true;
|
shootOnDeath = true;
|
||||||
shake = 10f;
|
shake = 10f;
|
||||||
bullet = new ExplosionBulletType(620f, 65f){{
|
bullet = new ExplosionBulletType(640f, 65f){{
|
||||||
hitColor = Pal.redLight;
|
hitColor = Pal.redLight;
|
||||||
shootEffect = new MultiEffect(Fx.massiveExplosion, Fx.scatheExplosion, Fx.scatheLight, new WaveEffect(){{
|
shootEffect = new MultiEffect(Fx.massiveExplosion, Fx.scatheExplosion, Fx.scatheLight, new WaveEffect(){{
|
||||||
lifetime = 10f;
|
lifetime = 10f;
|
||||||
@@ -4593,7 +4593,7 @@ public class Blocks{
|
|||||||
|
|
||||||
recoil = 0.5f;
|
recoil = 0.5f;
|
||||||
|
|
||||||
fogRadiusMultiuplier = 0.5f;
|
fogRadiusMultiuplier = 0.75f;
|
||||||
coolantMultiplier = 6f;
|
coolantMultiplier = 6f;
|
||||||
shootSound = Sounds.missileLaunch;
|
shootSound = Sounds.missileLaunch;
|
||||||
|
|
||||||
@@ -4602,7 +4602,7 @@ public class Blocks{
|
|||||||
targetAir = false;
|
targetAir = false;
|
||||||
|
|
||||||
shake = 6f;
|
shake = 6f;
|
||||||
ammoPerShot = 30;
|
ammoPerShot = 20;
|
||||||
maxAmmo = 30;
|
maxAmmo = 30;
|
||||||
shootY = -1;
|
shootY = -1;
|
||||||
outlineColor = Pal.darkOutline;
|
outlineColor = Pal.darkOutline;
|
||||||
|
|||||||
@@ -162,7 +162,7 @@ public class Control implements ApplicationListener, Loadable{
|
|||||||
Events.on(SectorCaptureEvent.class, e -> {
|
Events.on(SectorCaptureEvent.class, e -> {
|
||||||
app.post(this::checkAutoUnlocks);
|
app.post(this::checkAutoUnlocks);
|
||||||
|
|
||||||
if(e.sector.preset != null && e.sector.preset.isLastSector && e.initialCapture){
|
if(!net.client() && e.sector.preset != null && e.sector.preset.isLastSector && e.initialCapture){
|
||||||
Time.run(60f * 2f, () -> {
|
Time.run(60f * 2f, () -> {
|
||||||
ui.campaignComplete.show(e.sector.planet);
|
ui.campaignComplete.show(e.sector.planet);
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user