mirror of
https://github.com/magefree/mage.git
synced 2025-12-23 03:51:58 -08:00
Fixed test
This commit is contained in:
parent
fa74b8914a
commit
2beffbae89
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ public final class Kaldheim extends ExpansionSet {
|
||||||
private Kaldheim() {
|
private Kaldheim() {
|
||||||
super("Kaldheim", "KHM", ExpansionSet.buildDate(2021, 2, 5), SetType.EXPANSION);
|
super("Kaldheim", "KHM", ExpansionSet.buildDate(2021, 2, 5), SetType.EXPANSION);
|
||||||
this.blockName = "Kaldheim";
|
this.blockName = "Kaldheim";
|
||||||
this.hasBasicLands = true;
|
this.hasBasicLands = false; // TODO: change after more cards added
|
||||||
this.hasBoosters = true;
|
this.hasBoosters = true;
|
||||||
this.numBoosterLands = 1;
|
this.numBoosterLands = 1;
|
||||||
this.numBoosterCommon = 9;
|
this.numBoosterCommon = 9;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue