fixed a merge conflict

This commit is contained in:
Evan Kranzler 2020-05-04 20:53:52 -04:00
parent bde65d6279
commit 55a8e34f7a

View file

@ -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;
}