targetted_decisions = {

    boh_trait = {
		filter = self
		
		from_potential = {
			ai = no
		}
		potential = {
            ai = no
			NOT = { trait = bastion_of_health }
		}
		allow = {
			always = yes
		}
		effect = {
			add_trait = bastion_of_health
		}
		ai_will_do = {
			factor = 0
		}
	}
}