Rename SearchFromOrderRadius to SearchFromHarvesterRadius

This commit is contained in:
abcdefg30
2019-08-10 13:31:47 +02:00
committed by teinarss
parent 698ef5e375
commit bfc3e1354b
4 changed files with 39 additions and 3 deletions

View File

@@ -60,7 +60,7 @@ namespace OpenRA.Mods.Common.Traits
public readonly int SearchFromProcRadius = 24;
[Desc("Search radius (in cells) from the last harvest order location to find more resources.")]
public readonly int SearchFromOrderRadius = 12;
public readonly int SearchFromHarvesterRadius = 12;
[Desc("Interval to wait between searches when there are no resources nearby.")]
public readonly int WaitDuration = 25;