mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-15 18:28:00 +00:00
- Fixed targeting of AF CopySpell (Twincast and friends).
This commit is contained in:
@@ -748,10 +748,8 @@ public final class AbilityFactoryCopy {
|
|||||||
}
|
}
|
||||||
|
|
||||||
chosenSA.setActivatingPlayer(controller);
|
chosenSA.setActivatingPlayer(controller);
|
||||||
if ((tgt == null)) {
|
for (int i = 0; i < amount; i++) {
|
||||||
for (int i = 0; i < amount; i++) {
|
AllZone.getCardFactory().copySpellontoStack(card, chosenSA.getSourceCard(), chosenSA, true);
|
||||||
AllZone.getCardFactory().copySpellontoStack(card, chosenSA.getSourceCard(), chosenSA, true);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
} // end resolve
|
} // end resolve
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user