mirror of
https://github.com/correl/mage.git
synced 2025-03-12 17:00:08 -09:00
fixed Cartographer's Hawk putting lands into play untapped
This commit is contained in:
parent
c861ef1b3b
commit
53bc2e559f
1 changed files with 1 additions and 1 deletions
|
@ -123,6 +123,6 @@ class CartographersHawkEffect extends OneShotEffect {
|
|||
if (!player.chooseUse(Outcome.PutLandInPlay, "Search your library for Plains card?", source, game)) {
|
||||
return true;
|
||||
}
|
||||
return new SearchLibraryPutInPlayEffect(new TargetCardInLibrary(filter)).apply(game, source);
|
||||
return new SearchLibraryPutInPlayEffect(new TargetCardInLibrary(filter), true).apply(game, source);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue