
decision_planet_WL_lv_motherly_pops_options = {	
	owned_planets_only = yes	
	sound = event_swarm_started
	icon = decision_planet_WL_lv_motherly_pops_options

	resources = {
		category = decisions
	}
	
	potential = {
		owner = {
			is_hive_empire = yes
			OR = {
				has_civic = civic_WL_lv_motherly_hive	
				has_origin = origin_WL_lv_motherly_hive
			}
		}
	}
	
	effect = {
		custom_tooltip = decision_planet_WL_lv_motherly_pops_options_effects_custom
		hidden_effect = {
			planet_event = { id = WL_LV_motherly_hive_planet_decision_events.1 }
		}
	}
	
	ai_weight = { 
		weight = 0
	}
}