mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 11:18:01 +00:00
Added another possible booster configuration for tournaments.
This commit is contained in:
@@ -747,6 +747,7 @@ public class QuestEventDraft {
|
|||||||
} else if (sets.length >= 3) {
|
} else if (sets.length >= 3) {
|
||||||
|
|
||||||
setCombos.add(String.format("%s/%s/%s", sets[0].getCode(), sets[1].getCode(), sets[2].getCode()));
|
setCombos.add(String.format("%s/%s/%s", sets[0].getCode(), sets[1].getCode(), sets[2].getCode()));
|
||||||
|
setCombos.add(String.format("%s/%s/%s", sets[2].getCode(), sets[2].getCode(), sets[2].getCode()));
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user