political_actions = {
  CAM_ask_french_protectorate = {

    available = {
      tag = CAM
      VIN = {
        is_puppet = yes
      }
      FRA = {
        has_government = autocracy
      }
      date < 1880.1.1
    }
	allowed = { TAG = CAM }
    visible = {
      tag = CAM
      VIN = {
        is_puppet = yes
      }
      FRA = {
        has_government = autocracy
      }
      date < 1880.1.1
    }

    fire_only_once = yes

    cost = 50

    complete_effect = {
      custom_effect_tooltip = CAM_ask_french_protectorate_tt
      hidden_effect = {
        FRA = {
          set_country_flag = FRA_cambodia_ask_protectorate
        }
      }
    }

    ai_will_do = {
      base = 1000
    }
  }
}