Remove killing of player when they fail the mission, this is more fun and it's also really loud when all the units die at once
This commit is contained in:
@@ -84,10 +84,6 @@ namespace OpenRA.Mods.RA.Missions
|
||||
}
|
||||
allies.WinState = WinState.Lost;
|
||||
Game.AddChatLine(Color.Red, "Mission failed", text);
|
||||
foreach (var actor in self.World.Actors.Where(a => a.Owner == allies))
|
||||
{
|
||||
actor.Kill(actor);
|
||||
}
|
||||
self.World.LocalShroud.Disabled = true;
|
||||
Sound.Play("misnlst1.aud", 5);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user