rename WRange to WDist
This commit is contained in:
@@ -43,7 +43,7 @@ namespace OpenRA.Mods.Common.Activities
|
||||
return this;
|
||||
|
||||
return Util.SequenceActivities(
|
||||
new AttackMoveActivity(self, new Move(self, target.Location, WRange.FromCells(2))),
|
||||
new AttackMoveActivity(self, new Move(self, target.Location, WDist.FromCells(2))),
|
||||
new Wait(25),
|
||||
this);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user