mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 19:58:00 +00:00
- CostPayment now handles SunBurst since Spell_Permanents now use Cost
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user