diff --git a/OpenRA.Mods.RA/Harvester.cs b/OpenRA.Mods.RA/Harvester.cs index 0ac5d11ac6..8f69105829 100644 --- a/OpenRA.Mods.RA/Harvester.cs +++ b/OpenRA.Mods.RA/Harvester.cs @@ -24,7 +24,7 @@ namespace OpenRA.Mods.RA public readonly int PipCount = 7; public readonly PipType PipColor = PipType.Yellow; public readonly string[] Resources = { }; - public readonly float FullyLoadedSpeed = .7f; + public readonly float FullyLoadedSpeed = .85f; public object Create(ActorInitializer init) { return new Harvester(init.self, this); } }