mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 19:58:00 +00:00
- Fixed mana costs not always coming first in combineCosts.
This commit is contained in:
@@ -472,7 +472,7 @@ public class CostUtil {
|
|||||||
oldManaCost.combineManaCost(newCostMana.toString());
|
oldManaCost.combineManaCost(newCostMana.toString());
|
||||||
newCostMana.setMana(oldManaCost.toString(false));
|
newCostMana.setMana(oldManaCost.toString(false));
|
||||||
} else {
|
} else {
|
||||||
cost2.getCostParts().add(part);
|
cost2.getCostParts().add(0, part);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user