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,11 +748,9 @@ public final class AbilityFactoryCopy {
|
||||
}
|
||||
|
||||
chosenSA.setActivatingPlayer(controller);
|
||||
if ((tgt == null)) {
|
||||
for (int i = 0; i < amount; i++) {
|
||||
AllZone.getCardFactory().copySpellontoStack(card, chosenSA.getSourceCard(), chosenSA, true);
|
||||
}
|
||||
}
|
||||
} // end resolve
|
||||
|
||||
} // end class AbilityFactory_Copy
|
||||
|
||||
Reference in New Issue
Block a user