decision_lazy_planet = {
	owned_planets_only = yes
	sound = event_administrative_work
	icon = decision_project_cornucopia

	resources = {
		category = decisions
		#cost = {
		#	influence = 25
		#}
	}

	potential = {
		owner = {
			has_country_flag = auto_colony_manager_flag
		}
	}

	allow = {

	}

	effect = {
		hidden_effect = {
			if = {
				limit = {
					has_carrier_flag = auto_colony_automation_exclusion_flag
				}
				remove_carrier_flag = auto_colony_automation_exclusion_flag
				remove_modifier = building_notification_automation_exclusion
			}
			else = {
				set_carrier_flag = auto_colony_automation_exclusion_flag
				add_modifier = {
					modifier = building_notification_automation_exclusion
				}
			}
		}
	}

	ai_weight = {
		weight = 0
	}
}