namespace = stop_hosts

character_event = {
  id = stop_hosts.0001

  ai = yes
  hide_window = yes
  is_triggered_only = yes

  immediate = {
    if = {
      limit = {
        primary_title = { adventurer = yes }
        NOT = { has_character_flag = claimant_adventurer }
      }

      death = { death_reason = death_missing }
    }
  }
}
