Added "E" to the to be replaced symbols with icon in rule text.

This commit is contained in:
LevelX2 2016-09-29 16:20:13 +02:00
parent 6ad012fa87
commit e49c92e80c

View file

@ -43,7 +43,7 @@ public class ManaSymbols {
private static String cachedPath;
private static final String[] symbols = new String[]{"0", "1", "10", "11", "12", "15", "16", "2", "3", "4", "5", "6", "7", "8", "9", "B", "BG",
"BR", "G", "GU", "GW", "R", "RG", "RW", "S", "T", "U", "UB", "UR", "W", "WB", "WU",
"WP", "UP", "BP", "RP", "GP", "X", "C"};
"WP", "UP", "BP", "RP", "GP", "X", "C", "E"};
public static void loadImages() {
renameSymbols(getSymbolsPath() + File.separator + "symbols");