Pathfinding recalculation improvements
This commit is contained in:
@@ -2934,7 +2934,7 @@ public class UnitTypes{
|
||||
|
||||
unitSpawned = new MissileUnitType("quell-missile"){{
|
||||
speed = 3.8f;
|
||||
maxRange = 15f;
|
||||
maxRange = 6f;
|
||||
lifetime = 60f * 1.2f;
|
||||
outlineColor = Pal.darkOutline;
|
||||
health = 45;
|
||||
@@ -3393,10 +3393,6 @@ public class UnitTypes{
|
||||
);
|
||||
}};
|
||||
|
||||
//payloadDrone = new UnitType("payload-drone"){{
|
||||
|
||||
//}};
|
||||
|
||||
//endregion
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user