From 121959efe4cb6225dc08e8ea8cacccaaf3343997 Mon Sep 17 00:00:00 2001 From: abcdefg30 Date: Tue, 4 May 2021 11:59:16 +0200 Subject: [PATCH] Update the Desc of AttackBase.FacingTolerance --- OpenRA.Mods.Common/Traits/Attack/AttackBase.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenRA.Mods.Common/Traits/Attack/AttackBase.cs b/OpenRA.Mods.Common/Traits/Attack/AttackBase.cs index c03dc76c0c..36e64edc6f 100644 --- a/OpenRA.Mods.Common/Traits/Attack/AttackBase.cs +++ b/OpenRA.Mods.Common/Traits/Attack/AttackBase.cs @@ -53,7 +53,7 @@ namespace OpenRA.Mods.Common.Traits [VoiceReference] public readonly string Voice = "Action"; - [Desc("Tolerance for attack angle. Range [0, 128], 128 covers 360 degrees.")] + [Desc("Tolerance for attack angle. Range [0, 512], 512 covers 360 degrees.")] public readonly WAngle FacingTolerance = new WAngle(512); public override void RulesetLoaded(Ruleset rules, ActorInfo ai)