From ac1945465314ca48ceac8bf1d48395e034e15c1f Mon Sep 17 00:00:00 2001 From: jendave Date: Sun, 7 Aug 2011 00:36:01 +0000 Subject: [PATCH] - CostPayment now handles SunBurst since Spell_Permanents now use Cost --- src/forge/card/spellability/Cost_Payment.java | 1 + 1 file changed, 1 insertion(+) 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();