mirror of
https://github.com/magefree/mage.git
synced 2025-12-23 20:11:59 -08: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
Add a link
Reference in a new issue