﻿on_game_start = {
    on_actions = {
		ce_christianity_fixes_setup_effect_setup
    }
}

ce_christianity_fixes_setup_effect_setup = {
    trigger = {
        current_date > 769.1.1 
    }
    effect = {
        ce_christianity_fixes_setup_effect = yes
    }
}
