mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
update fix for manamorphose
This commit is contained in:
@@ -302,6 +302,7 @@ public class TextUtil {
|
||||
}
|
||||
//Convert to Mana String
|
||||
public static String toManaString(String ManaProduced){
|
||||
return "{"+TextUtil.fastReplace(ManaProduced," ","}{")+"}";
|
||||
String convertedMana = "{"+TextUtil.fastReplace(ManaProduced," ","}{")+"}";
|
||||
return TextUtil.fastReplace(convertedMana,"{Combo}{Any}", "X mana in any combination"); //Fix manamorphose stack descrition, todo: better/alternative method..
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user