Improved performance of walking.

Switches to manual walking when close to target.
This commit is contained in:
DouweRavers
2022-05-01 00:52:48 +02:00
parent 744b4a2478
commit 4e3ad07fff
5 changed files with 48 additions and 52 deletions

View File

@@ -14,7 +14,7 @@ class _Spawn extends StructureSpawn {
switch (role) {
case ROLE_HARVESTER:
return roleCount < 5;
return roleCount < 10;
break;
default: