ensureRemoteHarvestContainerIsBuilt(creep: HaulerCreep) {
        if (!(creep.operation instanceof RemoteMiningOperation)) return false;
        if ((creep.store.energy || 0) === 0) return false;

        const workParts = creep.getActiveBodyparts(WORK) || 0;