- Fixed Convoking colored mana.

This commit is contained in:
Sloth
2012-07-27 17:01:56 +00:00
parent 5b77b2e8c2
commit 27f69634ef

View File

@@ -1808,7 +1808,7 @@ public class GameAction {
} else { } else {
String newCostStr = newCost.toString(); String newCostStr = newCost.toString();
newCostStr = newCostStr.replaceFirst( newCostStr = newCostStr.replaceFirst(
InputPayManaCostUtil.getShortColorString(chosenColor), ""); InputPayManaCostUtil.getShortColorString(chosenColor), "").replaceFirst(" "," ");
newCost = new ManaCost(newCostStr.trim()); newCost = new ManaCost(newCostStr.trim());
} }