mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 04:08:01 +00:00
- Added Dawnglow Infusion
- Fixed X costs resetting colors paid
This commit is contained in:
@@ -259,7 +259,7 @@ public class CostMana extends CostPart {
|
||||
final Input payX = new InputMana() {
|
||||
private static final long serialVersionUID = -6900234444347364050L;
|
||||
private int xPaid = 0;
|
||||
private String colorsPaid = "";
|
||||
private String colorsPaid = sa.getSourceCard().getColorsPaid();
|
||||
private ManaCost manaCost = new ManaCost(Integer.toString(numX));
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user