﻿hc_restore_vanilla_extinct_house_decision = {
    picture = { reference = "gfx/interface/illustrations/decisions/decision_smith.dds" }

    desc = hc_restore_vanilla_extinct_house_decision_desc
    selection_tooltip = hc_restore_vanilla_extinct_house_decision_tooltip
    confirm_text = hc_restore_vanilla_extinct_house_decision_confirm

    is_shown = {
        is_ai = no
        has_trait = hc_house_customizer
    }

    is_valid = {
        has_trait = hc_house_customizer
    }

    effect = {
        trigger_event = {
            id = hc_vanilla_extinct_houses.0001
        }
    }

    ai_check_interval = 0

    ai_potential = {
        always = no
    }

    ai_will_do = {
        base = 0
    }
}
