revert CaptureActor.Range, PascalCase conventions, compatibilty
the hardcoded Range=3 was crap for smaller/bigger buildings try not to break TransformOnCapture as it is used for cnc husks
This commit is contained in:
committed by
Chris Forbes
parent
3a1c4d1e6f
commit
affa9ca336
@@ -22,7 +22,6 @@ namespace OpenRA.Mods.RA
|
||||
class CapturesInfo : ITraitInfo
|
||||
{
|
||||
public string[] CaptureTypes = {"building"};
|
||||
public int Range = 3;
|
||||
public bool wastedAfterwards = true;
|
||||
public object Create(ActorInitializer init) { return new Captures(init.self, this); }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user