From 9a65399fed4313c497ab22c7616da9b3e6b7216c Mon Sep 17 00:00:00 2001 From: Chris Forbes Date: Sat, 20 Apr 2013 21:34:03 +1200 Subject: [PATCH] unlag move order response --- OpenRA.Mods.RA/Move/Mobile.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/OpenRA.Mods.RA/Move/Mobile.cs b/OpenRA.Mods.RA/Move/Mobile.cs index a3ab8fd27c..05aa0567f0 100755 --- a/OpenRA.Mods.RA/Move/Mobile.cs +++ b/OpenRA.Mods.RA/Move/Mobile.cs @@ -26,8 +26,8 @@ namespace OpenRA.Mods.RA.Move public readonly Dictionary TerrainSpeeds; [Desc("e.g. crate, wall, infantry")] public readonly string[] Crushes; - public readonly int WaitAverage = 60; - public readonly int WaitSpread = 20; + public readonly int WaitAverage = 5; + public readonly int WaitSpread = 2; public readonly int InitialFacing = 128; [Desc("Rate of Turning")] public readonly int ROT = 255;