Fully laden harv's are too slow now
This commit is contained in:
@@ -24,7 +24,7 @@ namespace OpenRA.Mods.RA
|
|||||||
public readonly int PipCount = 7;
|
public readonly int PipCount = 7;
|
||||||
public readonly PipType PipColor = PipType.Yellow;
|
public readonly PipType PipColor = PipType.Yellow;
|
||||||
public readonly string[] Resources = { };
|
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); }
|
public object Create(ActorInitializer init) { return new Harvester(init.self, this); }
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user