Fully laden harv's are too slow now

This commit is contained in:
alzeih
2010-08-15 04:38:53 +12:00
parent edd0a7c614
commit c338612b9f

View File

@@ -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); }
}