decisions = {
	
	give_zakat = {
		potential = {
			ai = no
			is_ruler = yes
			OR = {
			    religion_group = muslim
			}
		}
		allow = {
			wealth = 50
		}
		effect = {
			hidden_tooltip = {
				FROM = {
					character_event = { id = YEK.185 }
				}
			}
		}
		ai_will_do = {
			factor = 0
		}
	}
}