diff --git a/1.6/1.6/Assemblies/ArachnaeSwarm.dll b/1.6/1.6/Assemblies/ArachnaeSwarm.dll
index 417599b..4d13a21 100644
Binary files a/1.6/1.6/Assemblies/ArachnaeSwarm.dll and b/1.6/1.6/Assemblies/ArachnaeSwarm.dll differ
diff --git a/1.6/1.6/Assemblies/ArachnaeSwarm.pdb b/1.6/1.6/Assemblies/ArachnaeSwarm.pdb
index 98059d8..2747a81 100644
Binary files a/1.6/1.6/Assemblies/ArachnaeSwarm.pdb and b/1.6/1.6/Assemblies/ArachnaeSwarm.pdb differ
diff --git a/1.6/1.6/Defs/EvolutionDefs/ARA_Evolution.xml b/1.6/1.6/Defs/EvolutionDefs/ARA_Evolution.xml
index 87db865..74fb1cd 100644
--- a/1.6/1.6/Defs/EvolutionDefs/ARA_Evolution.xml
+++ b/1.6/1.6/Defs/EvolutionDefs/ARA_Evolution.xml
@@ -1776,6 +1776,7 @@
ARA_SpawnFlyOverTest
+ ARA_ToggleDropPodIntercept
ARA_Spawn_ARA_HiveCorvette_Rocket
ARA_Spawn_ARA_HiveCorvette_Bombardment
ARA_Spawn_ARA_HiveCorvette_Strike
diff --git a/1.6/1.6/Defs/PawnKindDef/ARA_PawnKinds.xml b/1.6/1.6/Defs/PawnKindDef/ARA_PawnKinds.xml
index 78664ef..b117cae 100644
--- a/1.6/1.6/Defs/PawnKindDef/ARA_PawnKinds.xml
+++ b/1.6/1.6/Defs/PawnKindDef/ARA_PawnKinds.xml
@@ -356,7 +356,6 @@
ARA_Skyraider_jump
- ARA_ToggleDropPodIntercept
diff --git a/1.6/1.6/Defs/Thing_Misc/ARA_Flyover_Item.xml b/1.6/1.6/Defs/Thing_Misc/ARA_Flyover_Item.xml
index a93cbc5..d67f6a0 100644
--- a/1.6/1.6/Defs/Thing_Misc/ARA_Flyover_Item.xml
+++ b/1.6/1.6/Defs/Thing_Misc/ARA_Flyover_Item.xml
@@ -81,7 +81,7 @@
ARA_HiveCorvette_Leaving
- FlyShipLeaving
+ Skyfaller
true
Shuttle_Leaving
@@ -476,6 +476,48 @@
+
+ ARA_HiveCorvetteB_Fake
+
+ ArachnaeSwarm.FlyOver
+ Normal
+ RealtimeOnly
+
+
+ ArachnaeSwarm/FlyOverThing/ARA_HiveCorvetteB_Shadow
+ Graphic_Single
+ TransparentPostLight
+ (20,30)
+ (195,195,195,45)
+
+ false
+ 0
+
+ ArachnaeSwarm/Weapon/ARA_Weapon_Empty
+ (0, 0)
+ 0
+
+
+
+
+
+ ArachnaeSwarm/Weapon/ARA_Weapon_Empty
+ true
+ 0.8
+ 0
+ 0
+ 0
+ 0
+
+
+ true
+ false
+ false
+ false
+ MetaOverlays
+
+
+
ARA_HiveCorvette
diff --git a/Source/ArachnaeSwarm/Flyover/GameComponent_DropPodInterceptor.cs b/Source/ArachnaeSwarm/Flyover/GameComponent_DropPodInterceptor.cs
index 8633eb4..b7e45e9 100644
--- a/Source/ArachnaeSwarm/Flyover/GameComponent_DropPodInterceptor.cs
+++ b/Source/ArachnaeSwarm/Flyover/GameComponent_DropPodInterceptor.cs
@@ -9,7 +9,7 @@ namespace ArachnaeSwarm
public class GameComponent_DropPodInterceptor : GameComponent
{
private const string DefaultAircraftDefName = "ARA_HiveCorvette_Entity";
- private const string DefaultInterceptFlyOverDefName = "ARA_HiveCorvette_Fake";
+ private const string DefaultInterceptFlyOverDefName = "ARA_HiveCorvetteB_Fake";
private bool interceptEnabled;