﻿# Empty scope
on_game_start = {
    on_actions = {
        on_pervasive_crown_authority_start
    }
}

on_pervasive_crown_authority_start = {
    effect = {
        set_global_variable = {
			name = pervasive_crown_authority_is_loaded
			value = yes
		}
    }
}