churchill_drinking_cat = {

	ENG_churchill_alcoholism_monthly_mission = { 
		priority = 50

		icon = hol_draw_up_staff_plans

		allowed = {
			original_tag = ENG
		}

		available =  {
			hidden_trigger = { always = no }
		}

		activation = {
			always = no
		}

		cancel_trigger = {
			controls_state = 126
		}

		is_good = no

		days_mission_timeout = 30

		timeout_effect = {
			activate_mission = ENG_churchill_alcoholism_monthly_mission
			random_list = {
				50 = {
					country_event = { id = LSM_ENG_churchill.700 }
				}
				25 = {
					country_event = { id = LSM_ENG_churchill.701 }
				}
				15 = {
					country_event = { id = LSM_ENG_churchill.702 }
				}
				10 = {
					country_event = { id = LSM_ENG_churchill.703 }
				}
			}
			if = {
				limit = {
					check_variable = { churchill_alcohol > 100 }
				}
				custom_effect_tooltip = "Churchill might just succumb to alcohol this time"
				hidden_effect = {
					random_list = {
						5 = { 
							country_event = { id = LSM_ENG_churchill.708 }
						}
						95 = { 
							country_event = { id = LSM_ENG_churchill.709 }
						}
					}
				}
			}

		}

		cancel_effect = {
			clr_global_flag = ENG_churchill_alcoholism
		}
	}

	ENG_churchill_alcoholism_yearly_mission = { 
		priority = 50

		icon = hol_draw_up_staff_plans

		allowed = {
			original_tag = ENG
		}

		available =  {
			hidden_trigger = { always = no }
		}

		activation = {
			always = no
		}

		cancel_trigger = {
			controls_state = 126
		}

		is_good = no

		days_mission_timeout = 365

		timeout_effect = {
			activate_mission = ENG_churchill_alcoholism_yearly_mission
			random_list = {
				60 = {
					country_event = { id = LSM_ENG_churchill.704 }
				}
				20 = {
					country_event = { id = LSM_ENG_churchill.705 }
				}
				10 = {
					country_event = { id = LSM_ENG_churchill.706 }
				}
				10 = {
					country_event = { id = LSM_ENG_churchill.707 }
				}
			}
			if = {
				limit = {
					check_variable = { churchill_alcohol > 100 }
				}
				custom_effect_tooltip = "Churchill might just succumb to alcohol this time"
				hidden_effect = {
					random_list = {
						50 = { 
							country_event = { id = LSM_ENG_churchill.708 }
						}
						50 = { 
							country_event = { id = LSM_ENG_churchill.709 }
						}
					}
				}
			}
		}

		cancel_effect = {
			clr_global_flag = ENG_churchill_alcoholism
		}
	}
}
	