mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 12:18:00 +00:00
- Fixed Convoking colored mana.
This commit is contained in:
@@ -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());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user