We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d97d23 commit 0ae5855Copy full SHA for 0ae5855
src/prototype_creep_startup_tasks.js
@@ -161,6 +161,7 @@ Creep.recycleCreep = function(creep) {
161
const moveResult = creep.moveByPath(path);
162
if (moveResult === OK) {
163
recycleData.incompleteCount = 0;
164
+ recycleData.path = path.subarray(1);
165
creep.memory.recycleData = recycleData;
166
return true;
167
}
0 commit comments