﻿# # ### DECLARE WAR

FF_changelog_alert = {
	type = alert
	priority = 600
	icon = mmm_ff_icon
	
	check_create_action = {
		if = {
			limit = {
				is_character_interaction_shown = {
					recipient = root
					interaction = FF_changelog_alert_interaction
				}
			}
			try_create_important_action = {
				important_action_type = FF_changelog_alert
			}
		}
	}

	effect = {
		open_interaction_window = {
			interaction = FF_changelog_alert_interaction
			actor = root
			recipient = root
		}
	}
}
