﻿on_game_start = {
    on_actions = {
        rice_ce_compatibility_setup
    }
}

rice_ce_compatibility_setup = {
    trigger = {
        has_global_variable = is_RICE_loaded_global_variable
    }
    effect = {
        rice_ce_compatibility_effect = yes
	}
}
