################
#### MOD_DEC ####
################

SOV_postwar_land_management = {
	icon = GFX_decision_SOV_secure_the_administration
	
	picture = GFX_decision_cat_picture_soviet_comecon
	
	priority = 114514

	allowed = {
		original_tag = SOV
	}

	visible = {
		always = yes
	}
	
	visible_when_empty = yes
	
	on_map_area = {
		name = SOV_releasable_countries
		target_array = global.states
		target_trigger = {
			FROM = {
				OR = {
					is_core_of = GER
					is_core_of = AUS
					is_core_of = CZE
					is_core_of = HUN
					is_core_of = POL
					is_core_of = YUG
					is_core_of = ITA
					is_core_of = ALB
					is_core_of = GRE
					is_core_of = BUL
					is_core_of = TUR
					is_core_of = ROM
					is_core_of = PER
					is_core_of = FIN
					is_core_of = MON
					is_core_of = TAN
					state = 353
					state = 352
					state = 350
					state = 800
				}
				NOT = {
					state = 722
					state = 147
					state = 146
					state = 813
					state = 191
					state = 812
					state = 13
					state = 811
					state = 12
					state = 810
					state = 808
					state = 809
					state = 190
					state = 815
					state = 11
					state = 814
					state = 189
					state = 188
					state = 763
					state = 784
					state = 96
					state = 95
					state = 94
					state = 93 
					state = 91 
					state = 89 
					state = 73 				
					state = 80				
					state = 78		
					state = 766
					state = 537
					state = 555
					state = 8
					state = 28
					state = 375
					AND = {
						is_core_of = SOV
						NOT = { state = 329}
					}
				}
			}
		}
		zoom = 800
	}
	
}

SOV_postwar_land_integration = {
	icon = GFX_decision_category_SOV_civil_puppet_interaction
	priority = 114514
	
	picture = GFX_decision_cat_picture_soviet_integration
	

	allowed = {
		original_tag = SOV
	}

	visible = {
		always = yes
	}
	
	visible_when_empty = yes
	
	on_map_area = {
		name = SOV_states_to_integrate
		target_array = global.states
		target_trigger = {
			FROM = {
				OR = {
					is_core_of = SOV
					state = 722
					state = 147
					state = 146
					state = 813
					state = 191
					state = 812
					state = 13
					state = 811
					state = 12
					state = 810
					state = 808
					state = 809
					state = 190
					state = 815
					state = 11
					state = 814
					state = 189
					state = 188
					state = 763
					state = 784
					state = 96
					state = 95
					state = 94
					state = 93 
					state = 91 
					state = 89 
					state = 73 				
					state = 80				
					state = 78		
					state = 766
					state = 537
					state = 555
					has_state_flag = SOV_allow_ahistorical_integration_state_flag
				}
			}
		}
		zoom = 1000
	}
}