﻿# Add Wargoal During War — Notifications
# Place in: common/messages/awg_messages.txt
 
# Notification for the player who added the wargoal
awg_wargoal_added_notification = {
	type = country
	group = "wargoal_notification_group"
 
	texture = "gfx/interface/icons/notification_icons/diplomatic_play.dds"
 
	notification_type = toast
	color = neutral
}
 
# Notification for the enemy country targeted by the wargoal
awg_wargoal_added_enemy_notification = {
	type = country
	group = "wargoal_notification_group"
 
	texture = "gfx/interface/icons/notification_icons/diplomatic_play.dds"
 
	notification_type = toast
	color = bad
}
 