Convert BaseProvider range check to world coords.
This commit is contained in:
@@ -17,7 +17,7 @@ namespace OpenRA.Mods.RA.Buildings
|
||||
{
|
||||
public class BaseProviderInfo : ITraitInfo
|
||||
{
|
||||
public readonly float Range = 10;
|
||||
public readonly int Range = 10;
|
||||
public readonly int Cooldown = 0;
|
||||
public readonly int InitialDelay = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user