for (const structure of room.structures) {
            if (!structure.hits) continue;
            if ('owner' in structure && hivemind.relations.isAlly(structure.owner?.username)) continue;
            if (!('owner' in structure) && isMyRoom) continue;