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