added classic engineer capture rules
This commit is contained in:
@@ -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); }
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user