diff --git a/src/forge/card/spellability/Cost_Payment.java b/src/forge/card/spellability/Cost_Payment.java index cf754f6cbe9..3909b3f6213 100644 --- a/src/forge/card/spellability/Cost_Payment.java +++ b/src/forge/card/spellability/Cost_Payment.java @@ -769,6 +769,7 @@ public class Cost_Payment { private void done() { if(phyLifeToLose > 0) AllZone.HumanPlayer.payLife(phyLifeToLose,sa.getSourceCard()); + sa.getSourceCard().setSunburstValue(mana.getSunburst()); resetManaCost(); payment.setPayMana(true); stop();