Spawn aircraft landed and occupying land or at cruise altitude

This commit is contained in:
Gustas
2024-06-03 19:14:25 +03:00
committed by Matthias Mailänder
parent 734afd8bcf
commit 7b01204eed
3 changed files with 81 additions and 21 deletions

View File

@@ -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(),
});
}
}