mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 04:52:07 -08:00
Issue 34 fix. But "Conqueror's Pledge" name is wrong (another bug). You may check console log for that card (Added logging to CardsStorage).
This commit is contained in:
parent
b21e3e9a05
commit
9242b72910
3 changed files with 3 additions and 1 deletions
|
|
@ -20,6 +20,9 @@ public class CardsStorage {
|
|||
if (CardUtil.isLand(card)) {
|
||||
landCards.add(card);
|
||||
}
|
||||
if (card.getName().contains("Pledge")) {
|
||||
System.out.println(card.getName());
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue