Have the Soviets build infantry after Einstein is found. Remove jeep cargo limit
This commit is contained in:
@@ -163,6 +163,10 @@ namespace OpenRA.Mods.RA.Missions
|
||||
|
||||
OnObjectivesUpdated(true);
|
||||
currentAttackWaveFrameNumber = world.FrameNumber;
|
||||
|
||||
var infantry = MissionUtils.FindQueues(world, soviets, "Infantry").FirstOrDefault();
|
||||
if (infantry != null)
|
||||
infantry.ResolveOrder(infantry.self, Order.StartProduction(infantry.self, "e1", 5));
|
||||
}
|
||||
|
||||
void ManageSovietOre()
|
||||
|
||||
@@ -365,10 +365,6 @@ Rules:
|
||||
EINSTEIN:
|
||||
Passenger:
|
||||
Weight: 0
|
||||
JEEP:
|
||||
Cargo:
|
||||
MaxWeight: 0
|
||||
PipCount: 0
|
||||
STEK:
|
||||
AutoTargetIgnore:
|
||||
^Vehicle:
|
||||
|
||||
Reference in New Issue
Block a user