- Clarification and announcement.

This commit is contained in:
Michael Kamensky
2021-03-14 09:55:18 +03:00
parent 1cd7e4e234
commit 147a85e0e5
2 changed files with 3 additions and 2 deletions

View File

@@ -3,3 +3,4 @@ Get in the discord if you aren't yet.
Planar Conquest now has a new plane accessible - Ikoria. 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, 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. 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.

View File

@@ -189,7 +189,7 @@ public class QuestPreferences extends PreferencesStore<QuestPreferences.QPref> i
FOIL_FILTER_DEFAULT("0"), FOIL_FILTER_DEFAULT("0"),
RATING_FILTER_DEFAULT("1"), 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"); EXCLUDE_PROMOS_FROM_POOL("1");
private final String strDefaultVal; private final String strDefaultVal;