mirror of
https://github.com/magefree/mage.git
synced 2025-12-23 12:02:01 -08:00
fixed a merge conflict
This commit is contained in:
parent
bde65d6279
commit
55a8e34f7a
1 changed files with 3 additions and 2 deletions
|
|
@ -101,8 +101,9 @@ class CabalTherapistDiscardEffect extends OneShotEffect {
|
||||||
if (CardUtil.haveSameNames(card.getName(), cardName)) {
|
if (CardUtil.haveSameNames(card.getName(), cardName)) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
}
|
return true;
|
||||||
targetPlayer.revealCards(source, hand, game);
|
});
|
||||||
|
targetPlayer.discard(hand, source, game);
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue