﻿on_game_start = {
	on_actions = {
		on_game_start_fervor_mid_point_rebalance
	}
}

on_game_start_fervor_mid_point_rebalance = {
	effect = {
		set_global_variable = {
			name = fervor_overflow_pause
			value = yes
			days = 3650
		}
	}
}