for (const ally of allies) {
        const pos = ally.pos;
        const power = structure.getPowerAtRange(structure.pos.getRangeTo(pos));
        this.addMilitaryAssertion(pos.x, pos.y, power * TOWER_POWER_HEAL, hostile ? 'healing' : 'myHealing');
    }