forked from External/mage
parent
225f7fa2fe
commit
3fceccd850
1 changed files with 1 additions and 1 deletions
|
|
@ -117,7 +117,7 @@ class ThoughtHemorrhageEffect extends OneShotEffect {
|
|||
}
|
||||
}
|
||||
|
||||
// search cards in in Hand
|
||||
// search cards in Hand
|
||||
TargetCardInHand targetCardInHand = new TargetCardInHand(0, Integer.MAX_VALUE, filterNamedCards);
|
||||
if (controller.chooseTarget(Outcome.Exile, targetPlayer.getHand(), targetCardInHand, source, game)) {
|
||||
List<UUID> targets = targetCardInHand.getTargets();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue