mirror of
https://github.com/magefree/mage.git
synced 2025-12-30 07:22:03 -08:00
[MKC] fix Knowledge Is Power name and skip list
This commit is contained in:
parent
068d292700
commit
d40c2dd3d6
1 changed files with 3 additions and 3 deletions
|
|
@ -12,7 +12,7 @@ import java.util.List;
|
|||
*/
|
||||
public final class MurdersAtKarlovManorCommander extends ExpansionSet {
|
||||
|
||||
private static final List<String> unfinished = Arrays.asList("Boltbender", "True Identity", "Ransom Note", "Unexplained Absence", "Veiled Ascension");
|
||||
private static final List<String> unfinished = Arrays.asList("Boltbender", "Experiment Twelve", "Printlifter Ooze", "True Identity");
|
||||
|
||||
private static final MurdersAtKarlovManorCommander instance = new MurdersAtKarlovManorCommander();
|
||||
|
||||
|
|
@ -147,8 +147,8 @@ public final class MurdersAtKarlovManorCommander extends ExpansionSet {
|
|||
cards.add(new SetCardInfo("Kessig Wolf Run", 269, Rarity.RARE, mage.cards.k.KessigWolfRun.class));
|
||||
cards.add(new SetCardInfo("Kher Keep", 270, Rarity.RARE, mage.cards.k.KherKeep.class));
|
||||
cards.add(new SetCardInfo("Killer Service", 174, Rarity.RARE, mage.cards.k.KillerService.class));
|
||||
cards.add(new SetCardInfo("Knowledge is Power", 42, Rarity.RARE, mage.cards.k.KnowledgeIsPower.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Knowledge is Power", 352, Rarity.RARE, mage.cards.k.KnowledgeIsPower.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Knowledge Is Power", 42, Rarity.RARE, mage.cards.k.KnowledgeIsPower.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Knowledge Is Power", 352, Rarity.RARE, mage.cards.k.KnowledgeIsPower.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Koma, Cosmos Serpent", 213, Rarity.MYTHIC, mage.cards.k.KomaCosmosSerpent.class));
|
||||
cards.add(new SetCardInfo("Krosan Cloudscraper", 175, Rarity.RARE, mage.cards.k.KrosanCloudscraper.class));
|
||||
cards.add(new SetCardInfo("Krosan Colossus", 176, Rarity.RARE, mage.cards.k.KrosanColossus.class));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue