if (creep.repair(container) === OK) {
                    creep.operation.addResourceCost(workParts, RESOURCE_ENERGY);
                    this.actionTaken = true;
                }