Allow Harvester to define the number of harvestable facings.

This commit is contained in:
Paul Chote
2013-06-22 18:52:51 +12:00
parent 0424b56af1
commit 0029cb8aec
2 changed files with 11 additions and 1 deletions

View File

@@ -24,6 +24,7 @@ namespace OpenRA.Mods.RA
public readonly int LoadTicksPerBale = 4;
public readonly int UnloadTicksPerBale = 4;
public readonly int PipCount = 7;
public readonly int HarvestFacings = 0;
public readonly string[] Resources = { };
public readonly decimal FullyLoadedSpeed = .85m;
/// <summary>