on_actions = {
    
	on_startup = {
	    effect = {
		    if = {
			    limit = {
                    has_start_date < 1986.01.02
				}
				ZTI = { country_event = { id = taitseo.0 } }
			}
		}
	}
	on_civil_war_end = {
        effect = { 
		    if = {
			    limit = {
				    original_tag = ZKN
					has_government = democratic
				}
				ZTI = {
				    country_event = taitseo.16
				}
			}
		}
    }
	on_annex = {
	    effect = { 
		    if = {
			    limit = {
				    original_tag = ZTI
					FROM = {
					    tag = ZMH
					}
				}
                every_state = {
				    limit = {
					    is_core_of = ZMH
					    is_owned_by = ZTI
					}
					transfer_state_to = ZKN
				}
			}
		    if = {
			    limit = {
				    original_tag = ZTI
					FROM = {
					    tag = ZKN
					}
				}
				country_event = taitseo.20
			}
			if = {
			    limit = {
				    original_tag = ZTI
					FROM = {
					    tag = ZCL
					}
				}
				country_event = taitseo.24
			}
			if = {
			    limit = {
				    original_tag = ZTI
					FROM = {
					    tag = ZNR
					}
				}
				country_event = taitseo.43
			}
		}
	}
}