feat: 添加拦截空投舱功能并更新飞行器配置
将拦截空投舱能力从单位移至进化树 更新飞行器配置并添加新的假飞行器定义 修改拦截组件的默认飞行器类型
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user