- Added Dawnglow Infusion

- Fixed X costs resetting colors paid
This commit is contained in:
moomarc
2012-09-11 06:44:25 +00:00
parent e8ac558a14
commit 4e9436f59a
3 changed files with 14 additions and 1 deletions

View File

@@ -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