Put e1 inside the soviet 01 classic pillboxes. Add check for mission complete
This commit is contained in:
@@ -75,6 +75,8 @@ namespace OpenRA.Mods.RA.Missions
|
||||
|
||||
public void Tick(Actor self)
|
||||
{
|
||||
if (ussr.WinState != WinState.Undefined) return;
|
||||
|
||||
var unitsAndBuildings = world.Actors.Where(a => !a.IsDead() && a.IsInWorld && (a.HasTrait<Mobile>() || (a.HasTrait<Building>() && !a.HasTrait<Wall>())));
|
||||
if (!unitsAndBuildings.Any(a => a.Owner == france))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user