mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 20:58:03 +00:00
- Little fix for "AnyNumber" in DiscardEffect.java.
This commit is contained in:
@@ -270,7 +270,7 @@ public class DiscardEffect extends RevealEffectBase {
|
|||||||
List<Card> chosen = getDiscardedList(p, dPChHand);
|
List<Card> chosen = getDiscardedList(p, dPChHand);
|
||||||
|
|
||||||
for (Card c : chosen) {
|
for (Card c : chosen) {
|
||||||
dPChHand.remove(chosen);
|
dPChHand.remove(c);
|
||||||
toBeDiscarded.add(c);
|
toBeDiscarded.add(c);
|
||||||
}
|
}
|
||||||
} else
|
} else
|
||||||
|
|||||||
Reference in New Issue
Block a user