rename WRange to WDist
This commit is contained in:
2
OpenRA.Game/Traits/Health.cs
Executable file → Normal file
2
OpenRA.Game/Traits/Health.cs
Executable file → Normal file
@@ -18,7 +18,7 @@ namespace OpenRA.Traits
|
||||
public readonly int HP = 0;
|
||||
|
||||
[Desc("Physical size of the unit used for damage calculations. Impacts within this radius apply full damage.")]
|
||||
public readonly WRange Radius = new WRange(426);
|
||||
public readonly WDist Radius = new WDist(426);
|
||||
|
||||
[Desc("Trigger interfaces such as AnnounceOnKill?")]
|
||||
public readonly bool NotifyAppliedDamage = true;
|
||||
|
||||
Reference in New Issue
Block a user