mirror of
https://github.com/magefree/mage.git
synced 2026-01-26 05:09:16 -08:00
fix Planar Genesis
This commit is contained in:
parent
45be74d00c
commit
7f64777e7a
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@ class PlanarGenesisEffect extends LookLibraryAndPickControllerEffect {
|
|||
boolean result = putPickedCards.moveCards(player, pickedCards, source, game);
|
||||
if (pickedCards.isEmpty()) {
|
||||
if (otherCards.size() >= 1) {
|
||||
TargetCard target = new TargetCard(0, 1, Zone.LIBRARY, filter);
|
||||
TargetCard target = new TargetCard(0, 1, Zone.LIBRARY, StaticFilters.FILTER_CARD);
|
||||
target.withChooseHint("to put " + PutCards.HAND.getMessage(false, false));
|
||||
if (player.chooseTarget(PutCards.HAND.getOutcome(), otherCards, target, source, game)) {
|
||||
Cards toPutInHand = new CardsImpl(target.getTargets());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue