completely destroy long bridges in a chain reaction

This commit is contained in:
Matthias Mailänder
2013-12-11 17:19:39 +01:00
parent c08335b7b2
commit 83915eefb4
2 changed files with 28 additions and 6 deletions

View File

@@ -33,7 +33,7 @@ namespace OpenRA.Mods.RA
public void Demolish(Actor self, Actor saboteur)
{
bridge.Demolish(saboteur);
bridge.Demolish(saboteur, true, true);
}
public bool IsValidTarget(Actor self, Actor saboteur)