﻿add_namespace = cheat

country_event = {
	id = cheat.1
	title = cheat.1.t
	desc = cheat.1.d
	picture = GFX_computer
	
	is_triggered_only = yes
	
	#hidden = yes
	
	#immediate = {
		#set_country_flag = game_rule_allow_cheat_decisions
	#}
	
	option = {
		name = cheat.1.a
		log = "[GetDateText]: [This.GetName]: cheat.1.a executed"
		set_country_flag = game_rule_allow_cheat_decisions
	}
}

country_event = {
	id = cheat.2
	title = cheat.2.t
	desc = cheat.2.d
	picture = GFX_computer
	
	is_triggered_only = yes
	
	option = {
		name = cheat.2.a
		log = "[GetDateText]: [This.GetName]: cheat.2.a executed"
	}
}