mirror of
https://github.com/magefree/mage.git
synced 2026-01-23 11:49:56 -08:00
Fixed a bug of Fa'adiya Seer.
This commit is contained in:
parent
02c54a1a9e
commit
ccf1aa14ef
1 changed files with 2 additions and 2 deletions
|
|
@ -100,11 +100,11 @@ class FaadiyahSeerEffect extends OneShotEffect<FaadiyahSeerEffect> {
|
|||
Card card = controller.getLibrary().getFromTop(game);
|
||||
controller.drawCards(1, game);
|
||||
controller.revealCards("Fa'adiyah Seer", new CardsImpl(card), game);
|
||||
if (filter.match(card, game)) {
|
||||
if (!filter.match(card, game)) {
|
||||
controller.discard(card, source, game);
|
||||
}
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue