Fix transport cargo visibility in GDI01 and GDI02.
This commit is contained in:
@@ -117,7 +117,7 @@ namespace OpenRA.Mods.RA.Scripting
|
|||||||
{
|
{
|
||||||
foreach (var cargoType in cargoTypes)
|
foreach (var cargoType in cargoTypes)
|
||||||
{
|
{
|
||||||
var passenger = CreateActor(owner, cargoType, false);
|
var passenger = CreateActor(owner, cargoType, false, entryPath[0]);
|
||||||
passengers.Add(passenger);
|
passengers.Add(passenger);
|
||||||
cargo.Load(transport, passenger);
|
cargo.Load(transport, passenger);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -573,9 +573,7 @@ Sequences:
|
|||||||
idle: lst
|
idle: lst
|
||||||
Start: 0
|
Start: 0
|
||||||
Facings: 1
|
Facings: 1
|
||||||
unload: lst
|
ZOffset: -1024
|
||||||
Start: 0
|
|
||||||
Facings: 1
|
|
||||||
|
|
||||||
VoxelSequences:
|
VoxelSequences:
|
||||||
|
|
||||||
|
|||||||
@@ -871,9 +871,7 @@ Sequences:
|
|||||||
idle: lst
|
idle: lst
|
||||||
Start: 0
|
Start: 0
|
||||||
Facings: 1
|
Facings: 1
|
||||||
unload: lst
|
ZOffset: -1024
|
||||||
Start: 0
|
|
||||||
Facings: 1
|
|
||||||
|
|
||||||
VoxelSequences:
|
VoxelSequences:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user