Harvester should only show 7 pips

This commit is contained in:
Paul Chote
2009-12-21 02:15:57 -08:00
parent d898be312b
commit 77bf7dd8e6

View File

@@ -57,7 +57,7 @@ namespace OpenRa.Game.Traits
public IEnumerable<PipType> GetPips()
{
const int numPips = 20;
const int numPips = 7;
for (int i = 0; i < numPips; i++)
{
if (gemsCarried * 1.0f / Rules.General.BailCount > i * 1.0f / numPips)