Merge pull request #12684 from abcdefg30/proneOffset
Fix the ProneOffsets of TakeCover
This commit is contained in:
@@ -32,7 +32,7 @@ namespace OpenRA.Mods.Common.Traits
|
||||
[Desc("Damage modifiers for each damage type (defined on the warheads) while the unit is prone.")]
|
||||
public readonly Dictionary<string, int> DamageModifiers = new Dictionary<string, int>();
|
||||
|
||||
public readonly WVec ProneOffset = new WVec(85, 0, -171);
|
||||
public readonly WVec ProneOffset = new WVec(500, 0, 0);
|
||||
|
||||
[SequenceReference(null, true)] public readonly string ProneSequencePrefix = "prone-";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user