Correct quell AI

This commit is contained in:
Anuken
2022-01-29 13:44:38 -05:00
parent 77dc453e75
commit fdfc43ce72
6 changed files with 78 additions and 7 deletions

View File

@@ -2603,6 +2603,7 @@ public class UnitTypes{
//region erekir - flying
quell = new UnitType("quell"){{
defaultController = FlyingFollowAI::new;
envDisabled = 0;
outlineColor = Pal.darkOutline;
@@ -2639,6 +2640,8 @@ public class UnitTypes{
shootEffect = Fx.shootBig;
smokeEffect = Fx.shootBigSmoke2;
shake = 1f;
speed = 0f;
keepVelocity = false;
}};
unitSpawned = new MissileUnitType("quell-missile"){{