for (const structure of creep.pos.findInRange(FIND_STRUCTURES, maxRange)) {
            if (!structure.hits) continue;
            if ('owner' in structure && hivemind.relations.isAlly(structure.owner?.username)) continue;
            if (!('owner' in structure) && isMyRoom) continue;