targetted_decisions = {
	prisoners_claims = {
		filter = home_court
		ai_target_filter = home_court
		is_high_prio = yes

		from_potential = {
			ai = no
		}
		potential = {
			prisoner = yes
			host = { character = FROM }
		}
		allow = {
			any_claim = {
				holder_scope = {
					character = FROM
				}
			}
		}
		effect = {
			character_event = { id = prisoners_claim_events.0 }
		}
		ai_will_do = {
			factor = 0
		}
	}
}