Fixed #5856
This commit is contained in:
@@ -436,18 +436,7 @@ public class UnitTypes implements ContentList{
|
|||||||
immunities = ObjectSet.with(StatusEffects.burning);
|
immunities = ObjectSet.with(StatusEffects.burning);
|
||||||
|
|
||||||
commandLimit = 8;
|
commandLimit = 8;
|
||||||
|
singleTarget = true;
|
||||||
weapons.add(new RepairBeamWeapon("repair-beam-weapon-center-large"){{
|
|
||||||
x = 44 / 4f;
|
|
||||||
y = -30f / 4f;
|
|
||||||
shootY = 6f;
|
|
||||||
beamWidth = 0.8f;
|
|
||||||
repairSpeed = 1.4f;
|
|
||||||
|
|
||||||
bullet = new BulletType(){{
|
|
||||||
maxRange = 120f;
|
|
||||||
}};
|
|
||||||
}});
|
|
||||||
|
|
||||||
weapons.add(new Weapon("vela-weapon"){{
|
weapons.add(new Weapon("vela-weapon"){{
|
||||||
mirror = false;
|
mirror = false;
|
||||||
@@ -491,6 +480,18 @@ public class UnitTypes implements ContentList{
|
|||||||
shootStatus = StatusEffects.slow;
|
shootStatus = StatusEffects.slow;
|
||||||
shootStatusDuration = bullet.lifetime + firstShotDelay;
|
shootStatusDuration = bullet.lifetime + firstShotDelay;
|
||||||
}});
|
}});
|
||||||
|
|
||||||
|
weapons.add(new RepairBeamWeapon("repair-beam-weapon-center-large"){{
|
||||||
|
x = 44 / 4f;
|
||||||
|
y = -30f / 4f;
|
||||||
|
shootY = 6f;
|
||||||
|
beamWidth = 0.8f;
|
||||||
|
repairSpeed = 1.4f;
|
||||||
|
|
||||||
|
bullet = new BulletType(){{
|
||||||
|
maxRange = 120f;
|
||||||
|
}};
|
||||||
|
}});
|
||||||
}};
|
}};
|
||||||
|
|
||||||
corvus = new UnitType("corvus"){{
|
corvus = new UnitType("corvus"){{
|
||||||
|
|||||||
Reference in New Issue
Block a user