﻿ 
has_weak_hook_on_trigger = {
	OR = {
		has_hook_of_type = {
			target = $TARGET_CHARACTER$
			type = weak_blackmail_hook
		}
		has_hook_of_type = {
			target = $TARGET_CHARACTER$
			type = favor_hook
		}
		has_hook_of_type = {
			target = $TARGET_CHARACTER$
			type = obligation_hook
		}
		has_hook_of_type = {
			target = $TARGET_CHARACTER$
			type = indebted_hook
		}
		has_hook_of_type = {
			target = $TARGET_CHARACTER$
			type = threat_hook
		}
		has_hook_of_type = {
			target = $TARGET_CHARACTER$
			type = manipulation_hook
		}
		has_hook_of_type = {
			target = $TARGET_CHARACTER$
			type = house_head_hook
		}
		has_hook_of_type = {
			target = $TARGET_CHARACTER$
			type = trial_by_combat_hook
		}
		has_hook_of_type = {
			target = $TARGET_CHARACTER$
			type = sumptuary_crime_hook
		}
	}
}