Improved performance of walking.
Switches to manual walking when close to target.
This commit is contained in:
@@ -14,7 +14,7 @@ class _Spawn extends StructureSpawn {
|
||||
|
||||
switch (role) {
|
||||
case ROLE_HARVESTER:
|
||||
return roleCount < 5;
|
||||
return roleCount < 10;
|
||||
break;
|
||||
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user