Fixing a bug

This was SVN commit r13607.
This commit is contained in:
O.Davoodi 2013-07-29 04:30:03 +00:00
parent 20e7d2224a
commit e3c42a204e

View File

@ -508,7 +508,7 @@ group = new SimpleGroup(
true, clFood
);
createObjectGroups(group, 0,
[avoidClasses(clWater, 3, clForest, 0, clPlayer, 20, clHill, 1, clFood, 10), stayClasses(clLand, 2)],
avoidClasses(clWater, 3, clForest, 0, clPlayer, 20, clHill, 1, clFood, 10),
randInt(1, 4) * numPlayers + 2, 50
);