From 147a85e0e5035e3105e66008c613d2632bfdc061 Mon Sep 17 00:00:00 2001 From: Michael Kamensky Date: Sun, 14 Mar 2021 09:55:18 +0300 Subject: [PATCH] - Clarification and announcement. --- forge-gui/release-files/ANNOUNCEMENTS.txt | 3 ++- forge-gui/src/main/java/forge/quest/data/QuestPreferences.java | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/forge-gui/release-files/ANNOUNCEMENTS.txt b/forge-gui/release-files/ANNOUNCEMENTS.txt index 5a649afaa61..a81aa6230f0 100644 --- a/forge-gui/release-files/ANNOUNCEMENTS.txt +++ b/forge-gui/release-files/ANNOUNCEMENTS.txt @@ -2,4 +2,5 @@ Get in the discord if you aren't yet. Planar Conquest now has a new plane accessible - Ikoria. In Planar Conquest, it's now possible to collect C19 cards on Eldraine and ZNE/ZNC cards on Zendikar. -In Planar Conquest, the Eldraine plane now holds a little secret that's rather unhinged. It may be difficult to find though. \ No newline at end of file +In Planar Conquest, the Eldraine plane now holds a little secret that's rather unhinged. It may be difficult to find though. +Quest Mode now has a preference option to enable or disable promos in random reward pool. \ No newline at end of file diff --git a/forge-gui/src/main/java/forge/quest/data/QuestPreferences.java b/forge-gui/src/main/java/forge/quest/data/QuestPreferences.java index d2286c94407..8611560a5de 100644 --- a/forge-gui/src/main/java/forge/quest/data/QuestPreferences.java +++ b/forge-gui/src/main/java/forge/quest/data/QuestPreferences.java @@ -189,7 +189,7 @@ public class QuestPreferences extends PreferencesStore i FOIL_FILTER_DEFAULT("0"), RATING_FILTER_DEFAULT("1"), - // Exclude promos from staring quest pool and the pool for random rewards + // Exclude promos from the random reward pool EXCLUDE_PROMOS_FROM_POOL("1"); private final String strDefaultVal;