- Little fix for "AnyNumber" in DiscardEffect.java.

This commit is contained in:
Sloth
2013-03-03 09:20:27 +00:00
parent d185e5e3eb
commit 33b713df93

View File

@@ -270,7 +270,7 @@ public class DiscardEffect extends RevealEffectBase {
List<Card> chosen = getDiscardedList(p, dPChHand);
for (Card c : chosen) {
dPChHand.remove(chosen);
dPChHand.remove(c);
toBeDiscarded.add(c);
}
} else