mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-16 10:48:00 +00:00
- Copies of spells will now copy the payment that has been made for the original (rule 706.10).
This commit is contained in:
@@ -207,6 +207,7 @@ public class CardFactory {
|
||||
for (OptionalCost cost : original.getOptionalCostsPaid()) {
|
||||
c.addOptionalCostPaid(cost);
|
||||
}
|
||||
copySA.setPaidHash(sa.getPaidHash());
|
||||
}
|
||||
|
||||
controller.getController().playSpellAbilityForFree(copySA);
|
||||
|
||||
Reference in New Issue
Block a user