Gems don't grow.

This commit is contained in:
Bob
2009-11-04 20:28:04 +13:00
parent e8bbf051f9
commit 0251cb3e1c
3 changed files with 61 additions and 68 deletions

View File

@@ -155,7 +155,7 @@ namespace OpenRa.Game
if (--oreTicks == 0)
{
map.GrowOre(p => IsCellBuildable(p, UnitMovementType.Wheel), SharedRandom);
oreTicks = 20;
oreTicks = 1;
}
world.Tick();
UnitInfluence.Tick();