Issue #2521: Thought Hemorrhage issue

Removing a rouge _in_
This commit is contained in:
Sertion 2016-10-29 22:38:14 +02:00
parent 225f7fa2fe
commit 3fceccd850

View file

@ -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();