diff --git a/mods/cnc/rules/defaults.yaml b/mods/cnc/rules/defaults.yaml index 4e04e1e4a5..6cbd561fc4 100644 --- a/mods/cnc/rules/defaults.yaml +++ b/mods/cnc/rules/defaults.yaml @@ -309,8 +309,6 @@ Categories: Aircraft SpawnActorOnDeath: RequiresCondition: airborne - OwnerType: InternalName - EffectiveOwnerFromOwner: true ^Infantry: Inherits@1: ^ExistsInWorld diff --git a/mods/d2k/rules/aircraft.yaml b/mods/d2k/rules/aircraft.yaml index 761b3b4465..1c70d0cf56 100644 --- a/mods/d2k/rules/aircraft.yaml +++ b/mods/d2k/rules/aircraft.yaml @@ -29,13 +29,9 @@ carryall.reinforce: SpawnActorOnDeath@CRUISING: Actor: carryall.husk RequiresCondition: cruising - OwnerType: InternalName - EffectiveOwnerFromOwner: true SpawnActorOnDeath@LANDING: Actor: carryall.huskVTOL RequiresCondition: !cruising - OwnerType: InternalName - EffectiveOwnerFromOwner: true Carryall: LoadingDelay: 10 UnloadingDelay: 15 @@ -114,8 +110,6 @@ ornithopter: Name: Ornithopter SpawnActorOnDeath: Actor: ornithopter.husk - OwnerType: InternalName - EffectiveOwnerFromOwner: true RejectsOrders: RevealOnFire: diff --git a/mods/ra/rules/defaults.yaml b/mods/ra/rules/defaults.yaml index 3d4cd43466..9e35bf79f3 100644 --- a/mods/ra/rules/defaults.yaml +++ b/mods/ra/rules/defaults.yaml @@ -529,8 +529,6 @@ Categories: Aircraft SpawnActorOnDeath: RequiresCondition: airborne - OwnerType: InternalName - EffectiveOwnerFromOwner: true Explodes: Weapon: UnitExplode RequiresCondition: !airborne diff --git a/mods/ts/rules/defaults.yaml b/mods/ts/rules/defaults.yaml index 64dd2b51e9..a7c021a551 100644 --- a/mods/ts/rules/defaults.yaml +++ b/mods/ts/rules/defaults.yaml @@ -825,8 +825,6 @@ Categories: Aircraft SpawnActorOnDeath: RequiresCondition: airborne - OwnerType: InternalName - EffectiveOwnerFromOwner: true ^Helicopter: Inherits: ^Aircraft