Spawn Aircraft Husks owned by owner of the aircraft
Rather than neutral with EffectiveOwner of aircraft's owner
This commit is contained in:
committed by
Paul Chote
parent
cdbc2d2613
commit
1b451a34ca
@@ -309,8 +309,6 @@
|
|||||||
Categories: Aircraft
|
Categories: Aircraft
|
||||||
SpawnActorOnDeath:
|
SpawnActorOnDeath:
|
||||||
RequiresCondition: airborne
|
RequiresCondition: airborne
|
||||||
OwnerType: InternalName
|
|
||||||
EffectiveOwnerFromOwner: true
|
|
||||||
|
|
||||||
^Infantry:
|
^Infantry:
|
||||||
Inherits@1: ^ExistsInWorld
|
Inherits@1: ^ExistsInWorld
|
||||||
|
|||||||
@@ -29,13 +29,9 @@ carryall.reinforce:
|
|||||||
SpawnActorOnDeath@CRUISING:
|
SpawnActorOnDeath@CRUISING:
|
||||||
Actor: carryall.husk
|
Actor: carryall.husk
|
||||||
RequiresCondition: cruising
|
RequiresCondition: cruising
|
||||||
OwnerType: InternalName
|
|
||||||
EffectiveOwnerFromOwner: true
|
|
||||||
SpawnActorOnDeath@LANDING:
|
SpawnActorOnDeath@LANDING:
|
||||||
Actor: carryall.huskVTOL
|
Actor: carryall.huskVTOL
|
||||||
RequiresCondition: !cruising
|
RequiresCondition: !cruising
|
||||||
OwnerType: InternalName
|
|
||||||
EffectiveOwnerFromOwner: true
|
|
||||||
Carryall:
|
Carryall:
|
||||||
LoadingDelay: 10
|
LoadingDelay: 10
|
||||||
UnloadingDelay: 15
|
UnloadingDelay: 15
|
||||||
@@ -114,8 +110,6 @@ ornithopter:
|
|||||||
Name: Ornithopter
|
Name: Ornithopter
|
||||||
SpawnActorOnDeath:
|
SpawnActorOnDeath:
|
||||||
Actor: ornithopter.husk
|
Actor: ornithopter.husk
|
||||||
OwnerType: InternalName
|
|
||||||
EffectiveOwnerFromOwner: true
|
|
||||||
RejectsOrders:
|
RejectsOrders:
|
||||||
RevealOnFire:
|
RevealOnFire:
|
||||||
|
|
||||||
|
|||||||
@@ -529,8 +529,6 @@
|
|||||||
Categories: Aircraft
|
Categories: Aircraft
|
||||||
SpawnActorOnDeath:
|
SpawnActorOnDeath:
|
||||||
RequiresCondition: airborne
|
RequiresCondition: airborne
|
||||||
OwnerType: InternalName
|
|
||||||
EffectiveOwnerFromOwner: true
|
|
||||||
Explodes:
|
Explodes:
|
||||||
Weapon: UnitExplode
|
Weapon: UnitExplode
|
||||||
RequiresCondition: !airborne
|
RequiresCondition: !airborne
|
||||||
|
|||||||
@@ -825,8 +825,6 @@
|
|||||||
Categories: Aircraft
|
Categories: Aircraft
|
||||||
SpawnActorOnDeath:
|
SpawnActorOnDeath:
|
||||||
RequiresCondition: airborne
|
RequiresCondition: airborne
|
||||||
OwnerType: InternalName
|
|
||||||
EffectiveOwnerFromOwner: true
|
|
||||||
|
|
||||||
^Helicopter:
|
^Helicopter:
|
||||||
Inherits: ^Aircraft
|
Inherits: ^Aircraft
|
||||||
|
|||||||
Reference in New Issue
Block a user