added classic engineer capture rules

This commit is contained in:
Matthias Mailänder
2013-03-01 23:14:43 +01:00
parent f2703dd65d
commit e3fbd40278
5 changed files with 22 additions and 6 deletions

View File

@@ -23,6 +23,7 @@ namespace OpenRA.Mods.RA
{
public string[] CaptureTypes = {"building"};
public bool WastedAfterwards = true;
public bool Sabotage = false;
public object Create(ActorInitializer init) { return new Captures(init.self, this); }
}