Fix the ProneOffsets of TakeCover

This commit is contained in:
abcdefg30
2017-02-04 00:45:32 +01:00
parent 5372d87521
commit 55dd61ebe5
10 changed files with 34 additions and 3 deletions

View File

@@ -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-";