const towers = _.filter(
                this.creep.room.structuresByType[STRUCTURE_TOWER],
                structure =>
                    structure.hits < structure.hitsMax
                    && (structure.my || hivemind.relations.isAlly(structure.owner.username)),