- Fixed targeting of AF CopySpell (Twincast and friends).

This commit is contained in:
Sloth
2012-02-03 16:29:28 +00:00
parent c27e534c9d
commit 38a6d3a8e7

View File

@@ -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