this.creep.whenInRange(1, storage, () => {
            if (this.creep.withdraw(storage, RESOURCE_OPS, amount) === OK) this.orderFinished();
        });