on_actions = {
	on_startup = {
		effect = {
			set_global_flag = mam_active
			#####South Unifier#####
			if = {
				limit = {
					has_game_rule = {
						rule = mam_unifier
						option = SHM
					}
				}
				set_temp_variable = { mam_unifier_tag = SHM.id }
				unify_owb_scripted_effect = yes
			}
			if = {
				limit = {
					has_game_rule = {
						rule = mam_unifier
						option = MAG
					}
				}
				set_temp_variable = { mam_unifier_tag = MAG.id }
				unify_owb_scripted_effect = yes
			}
			if = {
				limit = {
					has_game_rule = {
						rule = mam_unifier
						option = KOS
					}
				}
				set_temp_variable = { mam_unifier_tag = KOS.id }
				unify_owb_scripted_effect = yes
			}
		}
	}
}
# vim: set ft=pdx tw=79 :
