﻿Open_LawCheat_Decision = {
	is_shown = {
		has_variable = openCheatDecision_variable
		NOT = { has_variable = Open_LawCheat_Decision_variable }
		NOT = { has_variable = Open_AnyCheat_Decision_variable }
	}

	possible = {

	}

	ai_chance = {
		value = 0
    }
	when_taken = {
		set_variable = Open_LawCheat_Decision_variable
		set_variable = Open_AnyCheat_Decision_variable
	}
}
Close_LawCheat_Decision = {
	is_shown = {
		has_variable = openCheatDecision_variable
		has_variable = Open_LawCheat_Decision_variable
		has_variable = Open_AnyCheat_Decision_variable
	}

	possible = {

	}

	ai_chance = {
		value = 0
    }
	when_taken = {
		remove_variable = Open_LawCheat_Decision_variable
		remove_variable = Open_AnyCheat_Decision_variable
	}
}

LawCategoryOpen_power_structure_Decision = {
	is_shown = {
		has_variable = openCheatDecision_variable
		has_variable = Open_LawCheat_Decision_variable
		NOT = { has_variable = Open_LawCategoryOne_variable }
		NOT = { has_variable = LawCategoryOpen_power_structure_variable }
	}

	possible = {

	}

	ai_chance = {
		value = 0
    }
	when_taken = {
		set_variable = Open_LawCategoryOne_variable
		set_variable = LawCategoryOpen_power_structure_variable
	}
}
LawCategoryClose_power_structure_Decision = {
	is_shown = {
		has_variable = openCheatDecision_variable
		has_variable = Open_LawCheat_Decision_variable
		has_variable = Open_LawCategoryOne_variable
		has_variable = LawCategoryOpen_power_structure_variable
	}

	possible = {

	}

	ai_chance = {
		value = 0
    }
	when_taken = {
		remove_variable = Open_LawCategoryOne_variable
		remove_variable = LawCategoryOpen_power_structure_variable
	}
}
LawCategoryOpen_economy_Decision = {
	is_shown = {
		has_variable = openCheatDecision_variable
		has_variable = Open_LawCheat_Decision_variable
		NOT = { has_variable = Open_LawCategoryOne_variable }
		NOT = { has_variable = LawCategoryOpen_economy_variable }
	}

	possible = {

	}

	ai_chance = {
		value = 0
    }
	when_taken = {
		set_variable = Open_LawCategoryOne_variable
		set_variable = LawCategoryOpen_economy_variable
	}
}
LawCategoryClose_economy_Decision = {
	is_shown = {
		has_variable = openCheatDecision_variable
		has_variable = Open_LawCheat_Decision_variable
		has_variable = Open_LawCategoryOne_variable
		has_variable = LawCategoryOpen_economy_variable
	}

	possible = {

	}

	ai_chance = {
		value = 0
    }
	when_taken = {
		remove_variable = Open_LawCategoryOne_variable
		remove_variable = LawCategoryOpen_economy_variable
	}
}
LawCategoryOpen_human_rights_Decision = {
	is_shown = {
		has_variable = openCheatDecision_variable
		has_variable = Open_LawCheat_Decision_variable
		NOT = { has_variable = Open_LawCategoryOne_variable }
		NOT = { has_variable = LawCategoryOpen_human_rights_variable }
	}

	possible = {

	}

	ai_chance = {
		value = 0
    }
	when_taken = {
		set_variable = Open_LawCategoryOne_variable
		set_variable = LawCategoryOpen_human_rights_variable
	}
}
LawCategoryClose_human_rights_Decision = {
	is_shown = {
		has_variable = openCheatDecision_variable
		has_variable = Open_LawCheat_Decision_variable
		has_variable = Open_LawCategoryOne_variable
		has_variable = LawCategoryOpen_human_rights_variable
	}

	possible = {

	}

	ai_chance = {
		value = 0
    }
	when_taken = {
		remove_variable = Open_LawCategoryOne_variable
		remove_variable = LawCategoryOpen_human_rights_variable
	}
}
