mirror of
https://github.com/correl/mage.git
synced 2024-12-25 11:11:16 +00:00
Update AllureOfTheUnknown.java
This commit is contained in:
parent
49cc515832
commit
1d1e44f368
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ class AllureOfTheUnknownEffect extends OneShotEffect {
|
|||
return false;
|
||||
}
|
||||
TargetCard targetCard = new TargetCardInLibrary(StaticFilters.FILTER_CARD_A_NON_LAND);
|
||||
opponent.choose(outcome, cards, targetCard, game);
|
||||
opponent.choose(Outcome.Exile, cards, targetCard, game);
|
||||
Card card = game.getCard(targetCard.getFirstTarget());
|
||||
if (player.moveCards(card, Zone.EXILED, source, game)
|
||||
&& card != null
|
||||
|
|
Loading…
Reference in a new issue