From ba9ee93fa85ba5121ac4c3c17135027b112cb65e Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Mon, 25 Sep 2023 11:12:28 +1000 Subject: [PATCH] Expose deck-then-random option in UI --- ftl/core/deck-config.ftl | 1 + ts/deck-options/choices.ts | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/ftl/core/deck-config.ftl b/ftl/core/deck-config.ftl index be3bae52a..be733b30b 100644 --- a/ftl/core/deck-config.ftl +++ b/ftl/core/deck-config.ftl @@ -149,6 +149,7 @@ deck-config-new-gather-priority-tooltip-2 = `Random cards`: gathers cards completely randomly. deck-config-new-gather-priority-deck = Deck +deck-config-new-gather-priority-deck-then-random-notes = Deck then random notes deck-config-new-gather-priority-position-lowest-first = Ascending position deck-config-new-gather-priority-position-highest-first = Descending position deck-config-new-gather-priority-random-notes = Random notes diff --git a/ts/deck-options/choices.ts b/ts/deck-options/choices.ts index f89b07050..b36962f8e 100644 --- a/ts/deck-options/choices.ts +++ b/ts/deck-options/choices.ts @@ -18,6 +18,10 @@ export function newGatherPriorityChoices(): Choice