mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 19:28:01 +00:00
- Fixed Forgotten Ancient not allowing to choose multiple targets.
This commit is contained in:
@@ -166,7 +166,7 @@ public class CountersMoveEffect extends SpellAbilityEffect {
|
|||||||
sb.append(" counters from ").append(source).append(".");
|
sb.append(" counters from ").append(source).append(".");
|
||||||
|
|
||||||
tgtCards = player.getController().chooseCardsForEffect(
|
tgtCards = player.getController().chooseCardsForEffect(
|
||||||
tgtCards, sa, sb.toString(), 0, srcCards.size(), true);
|
tgtCards, sa, sb.toString(), 0, tgtCards.size(), true);
|
||||||
}
|
}
|
||||||
|
|
||||||
for (final Card dest : tgtCards) {
|
for (final Card dest : tgtCards) {
|
||||||
|
|||||||
Reference in New Issue
Block a user