﻿close_daddypika_menu = {
    picture =
    {
        reference = "gfx/interface/illustrations/decisions/close_tab.dds"
    }

    desc = close_daddypika_menu_desc
    selection_tooltip = close_daddypika_menu_desc
    confirm_text = CONFIRM_OKAY

    decision_group_type = debug

    is_shown = {
        has_character_flag = daddy_pika_cheat_menu
    }

    effect = {
        remove_character_flag = daddy_pika_cheat_menu
    }
    ai_check_interval = 0

    ai_will_do = 0
}

# close_army_spawn_menu = {
#     picture = gfx/interface/illustrations/decisions/close_tab.dds

#     title = title_army_spawn_menu
#     desc = close_daddypika_menu_desc
#     selection_tooltip = close_daddypika_menu_desc
#     confirm_text = CONFIRM_OKAY

#     is_shown = {
# 	   has_character_flag = army_spawn_menu
#     }

#     effect = {
# 		remove_character_flag = army_spawn_menu
#     }
# 	ai_check_interval = 0

#     ai_will_do = 0
# }

close_government_menu = {
    picture = {
        reference = "gfx/interface/illustrations/decisions/close_tab.dds"
    }

    title = title_government_menu
    desc = close_daddypika_menu_desc
    selection_tooltip = close_daddypika_menu_desc
    confirm_text = CONFIRM_OKAY

    decision_group_type = debug

    is_shown = {
        has_character_flag = govt_menu
    }

    effect = {
        remove_character_flag = govt_menu
    }
    ai_check_interval = 0

    ai_will_do = 0
}