- Copies of spells will now copy the payment that has been made for the original (rule 706.10).

This commit is contained in:
Sloth
2013-06-18 08:05:50 +00:00
parent 7c1adf1c2a
commit 28a94982fe

View File

@@ -207,6 +207,7 @@ public class CardFactory {
for (OptionalCost cost : original.getOptionalCostsPaid()) {
c.addOptionalCostPaid(cost);
}
copySA.setPaidHash(sa.getPaidHash());
}
controller.getController().playSpellAbilityForFree(copySA);