ub_add_special_buildings_Islamic_effect = {
	title:b_nizwa = {	# Mazin Bin Ghadoubah Mosque
		title_province = {
			add_special_building = ub_mazbin_mosque_01
		}
	}

	title:b_algiers = {	# Djamaa el Kebir
		title_province = {
			if = {
				limit = {
					current_date >= 100.1.1
					current_date < 1097.1.1
				}
				add_special_building_slot = ub_djamaa_kebir_01
			}
			else_if = {
				limit = {
					current_date >= 1097.1.1		
				}
				add_special_building = ub_djamaa_kebir_01
			}				
		}
	}

	title:b_timbuktu = {	# Djinguereber Mosque
		title_province = {
			if = {
				limit = {
					current_date >= 100.1.1
					current_date < 1327.1.1
				}
				add_special_building_slot = ub_djinguereber_Mosque_01
			}
			else_if = {
				limit = {
					current_date >= 1327.1.1		
				}
				add_special_building = ub_djinguereber_Mosque_01
			}				
		}
	}
	
	title:b_tinmallal = {	# Great Mosque of Tinmal
		title_province = {
			add_special_building = ub_tinmal_mosque_01
		}
	}
	
	title:b_sala = {	# Madrasa of Abu al-Hasan
		title_province = {
			if = {
				limit = {
					current_date >= 100.1.1
					current_date < 1324.1.1
				}
				add_special_building_slot = ub_abualhasan_madrasa_01
			}
			else_if = {
				limit = {
					current_date >= 1324.1.1		
				}
				add_special_building = ub_abualhasan_madrasa_01
			}					
		}
	}
	
	title:b_taza = {	# Great Mosque of Taza, Jama'a al-kabir
		title_province = {
			if = {
				limit = {
					current_date >= 100.1.1
					current_date < 1142.1.1
				}
				add_special_building_slot = ub_taza_mosque_01
			}
			else_if = {
				limit = {
					current_date >= 1142.1.1		
				}
				add_special_building = ub_taza_mosque_01
			}				
		}
	}
	
	title:b_mosul = {	# Great Mosque of al-Nuri
		title_province = {
			if = {
				limit = {
					current_date >= 100.1.1
					current_date < 1172.1.1
				}
				add_special_building_slot = ub_alnuri_mosque_01
			}
			else_if = {
				limit = {
					current_date >= 1172.1.1		
				}
				add_special_building = ub_alnuri_mosque_01
			}
		}
	}

	title:b_shinqiti = {	# Chinguetti Mosque
		title_province = {
			if = {
				limit = {
					current_date >= 100.1.1
					current_date < 1200.1.1
				}
				add_special_building_slot = ub_chinguetti_mosque_01
			}
			else_if = {
				limit = {
					current_date >= 1200.1.1		
				}
				add_special_building = ub_chinguetti_mosque_01
			}			
		}
	}

	title:b_ghazza = {	# Great Mosque of Gaza
		title_province = {
			add_special_building = ub_gaza_mosque_01
		}
	}

	title:b_tunis = {	# Al-Zaytuna Mosque
		title_province = {
			add_special_building = ub_alzaytuna_mosque_01
		}
	}

	title:b_sfax = {	# Great Mosque of Sfax
		title_province = {
			add_special_building = ub_sfax_mosque_01
		}
	}

	title:b_susa = {	# Great Mosque of Sousse
		title_province = {
			add_special_building = ub_sousse_mosque_01
		}
	}

	title:b_sanaa = {	# Great Mosque of Sana'a
		title_province = {
			add_special_building = ub_sanaa_mosque_01
		}
	}

	title:b_zabid = {	# Al-Asha'ir Mosque
		title_province = {
			add_special_building = ub_zabid_mosque_01
		}
	}

}