forked from External/mage
fix foundations in presets
All checks were successful
/ example-docker-compose (push) Successful in 16m7s
All checks were successful
/ example-docker-compose (push) Successful in 16m7s
This commit is contained in:
parent
ee75192f0a
commit
54d8a43709
1 changed files with 6 additions and 3 deletions
|
|
@ -37,7 +37,8 @@ public final class Constants {
|
|||
"Double Masters 2022",
|
||||
"Rise of the Eldrazi",
|
||||
"Modern Horizons 2",
|
||||
"* Foundations Block",
|
||||
"Foundations",
|
||||
"Foundations Jumpstart",
|
||||
"* Guilds of Ravnica Block",
|
||||
"* Return to Ravnica Block",
|
||||
}),
|
||||
|
|
@ -59,12 +60,14 @@ public final class Constants {
|
|||
"Modern Horizons 2"
|
||||
}),
|
||||
new Pair<String, String[]>("Set 1 - In Da Beegeening", new String[] {
|
||||
"* Foundations Block",
|
||||
"Foundations",
|
||||
"Foundations Jumpstart",
|
||||
"* Guilds of Ravnica Block",
|
||||
"* Return to Ravnica Block",
|
||||
}),
|
||||
new Pair<String, String[]>("Set 0.5 - Foundationally Gaming", new String[] {
|
||||
"* Foundations Block",
|
||||
"Foundations",
|
||||
"Foundations Jumpstart",
|
||||
})
|
||||
);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue