pub fn allow_friendly_fire(
    entered_auras: &ReadStorage<'_, EnteredAuras>,
    attacker: Entity,
    target: Entity
) -> bool