Misc bugfixes

This commit is contained in:
Anuken
2025-04-05 10:48:07 -04:00
parent 519e9ba3e1
commit 95e663d1df
3 changed files with 10 additions and 3 deletions

View File

@@ -1017,6 +1017,7 @@ public class UnitTypes{
engineOffset = 7.8f;
range = 140f;
faceTarget = false;
autoDropBombs = true;
armor = 3f;
itemCapacity = 0;
targetFlags = new BlockFlag[]{BlockFlag.factory, null};
@@ -1390,6 +1391,7 @@ public class UnitTypes{
drag = 0.017f;
lowAltitude = false;
flying = true;
autoDropBombs = true;
circleTarget = true;
engineOffset = 13f;
engineSize = 7f;
@@ -1908,6 +1910,7 @@ public class UnitTypes{
mixColorTo = Color.white;
hitSound = Sounds.plasmaboom;
underwater = true;
ejectEffect = Fx.none;
hitSize = 22f;
@@ -3280,6 +3283,7 @@ public class UnitTypes{
}});
weapons.add(new Weapon(){{
shootSound = Sounds.none;
shootCone = 360f;
mirror = false;
reload = 1f;
@@ -3301,7 +3305,7 @@ public class UnitTypes{
tecta = new ErekirUnitType("tecta"){{
drag = 0.1f;
speed = 0.6f;
hitSize = 23f;
hitSize = 30f;
health = 7300;
armor = 5f;
@@ -3576,6 +3580,7 @@ public class UnitTypes{
elude = new ErekirUnitType("elude"){{
hovering = true;
canDrown = false;
shadowElevation = 0.1f;
drag = 0.07f;
@@ -3862,6 +3867,7 @@ public class UnitTypes{
loopSoundVolume = 0.1f;
weapons.add(new Weapon(){{
shootSound = Sounds.none;
shootCone = 360f;
mirror = false;
reload = 1f;