Spawn aircraft landed and occupying land or at cruise altitude
This commit is contained in:
committed by
Matthias Mailänder
parent
734afd8bcf
commit
7b01204eed
@@ -94,6 +94,7 @@ namespace OpenRA.Mods.Common.Traits
|
||||
new OwnerInit(p),
|
||||
new SkipMakeAnimsInit(),
|
||||
new FacingInit(facing),
|
||||
new SpawnedByMapInit(),
|
||||
});
|
||||
}
|
||||
|
||||
@@ -123,6 +124,7 @@ namespace OpenRA.Mods.Common.Traits
|
||||
new LocationInit(validCell),
|
||||
new SubCellInit(subCell),
|
||||
new FacingInit(facing),
|
||||
new SpawnedByMapInit(),
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user