﻿SM_change_subject_laws = {
	requires_approval = no
    should_notify_third_parties = no
	show_effect_in_tooltip = yes
	groups = {
		overlord
	}
    possible = {
		# scope:target_country = {
		# 	NOT = { 
		# 		is_country_type = decentralized
		# 		is_subject = yes
		# 	}
		# 	is_at_war = no
		# }
		always = yes
    }
    potential = {
		always = yes
		# NOT = { is_country_type = decentralized }
		# scope:target_country = {
		# 	NOT = { 
		# 		is_country_type = decentralized 
		# 		is_subject = yes
		# 	}
        #     is_subject_of = root
		# }
	}
	
    accept_effect = {
		scope:target_country = {
			save_scope_as = SM_change_laws_target
		}
		trigger_event = {
			id = SM_change_laws.1
			days = 0
			popup = yes
		}
    }
    ai = {
        will_propose = {
            always = no
        }
    }
}
