mirror of
https://github.com/magefree/mage.git
synced 2026-01-26 21:29:17 -08:00
fix Learn effect to not get lesson cards from exile (#11374)
This commit is contained in:
parent
822ca69d4b
commit
38dd582adc
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ public class LearnEffect extends OneShotEffect {
|
|||
))) {
|
||||
return false;
|
||||
}
|
||||
return new WishEffect(filter, true).apply(game, source)
|
||||
return new WishEffect(filter).apply(game, source)
|
||||
|| new DoIfCostPaid(
|
||||
new DrawCardSourceControllerEffect(1), new DiscardCardCost()
|
||||
).apply(game, source);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue