mirror of
https://github.com/correl/mage.git
synced 2024-12-25 03:00:15 +00: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)) {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
targetPlayer.revealCards(source, hand, game);
|
||||
return true;
|
||||
});
|
||||
targetPlayer.discard(hand, source, game);
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue