Change creep counters
This commit is contained in:
parent
420cd3f72e
commit
390819a97f
@ -56,12 +56,12 @@ export const loop = ErrorMapper.wrapLoop(() => {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
const harvCount = 8;
|
const harvCount = 4;
|
||||||
const minHarvCount = Math.floor(harvCount * 0.6);
|
const minHarvCount = 2;
|
||||||
|
|
||||||
makeCreep(CreepRole.HARVESTER, harvCount);
|
makeCreep(CreepRole.HARVESTER, harvCount);
|
||||||
makeCreep(CreepRole.UPGRADER, 6);
|
makeCreep(CreepRole.UPGRADER, 8);
|
||||||
makeCreep(CreepRole.BUILDER, 6);
|
makeCreep(CreepRole.BUILDER, 8);
|
||||||
|
|
||||||
callHarvestersFromOthers(minHarvCount);
|
callHarvestersFromOthers(minHarvCount);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user