Add_magnanimous_point = {
	is_shown = {
	is_AI = no
	has_journal_entry = je_pedro_brazil
	}
	
	possible = {
	is_AI = no
	}
	
	when_taken = {
	change_variable = {
	name = pedropoints
	add = 1
	}
	}
	
	ai_chance = {
	base = 0
	}
}

Remove_magnanimous_point = {
	is_shown = {
	is_AI = no
	has_journal_entry = je_pedro_brazil
	}
	
	possible = {
	is_AI = no
	}
	
	when_taken = {
	change_variable = {
	name = pedropoints
	add = -1
	}
	}
	
	ai_chance = {
	base = 0
	}
}

Turn_on_off_ADVCM_decrees = {
	is_shown = {
		is_AI = no
	}

	possible = {
		is_AI = no
	}

	when_taken = {
		if = {
			limit = {
				has_modifier = advcm_decrees
			}
			remove_modifier = advcm_decrees
		}
		else = {
			add_modifier = advcm_decrees
		}
	}
}