mirror of
https://github.com/correl/mage.git
synced 2024-12-24 11:50:45 +00:00
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…
Reference in a new issue