- Ligature AE -> Ae update.

This commit is contained in:
Agetian
2017-06-22 16:11:44 +00:00
parent 1423d27dc6
commit e96d28e811
51 changed files with 88 additions and 80 deletions

View File

@@ -496,7 +496,7 @@ public final class ConquestData {
commanderCount = commanders.size();
}
view.getLblAEtherShards().setText("AEther Shards: " + aetherShards);
view.getLblAEtherShards().setText("Aether Shards: " + aetherShards);
view.getLblPlaneswalkEmblems().setText("Planeswalk Emblems: " + planeswalkEmblems);
view.getLblTotalWins().setText("Total Wins: " + wins);
view.getLblTotalLosses().setText("Total Losses: " + losses);

View File

@@ -228,7 +228,7 @@ public class ConquestUtil {
GUR (null, new ColorFilter(MagicColor.GREEN | MagicColor.BLUE | MagicColor.RED), "Playable in {G}{U}{R}"),
WUBR (null, new ColorFilter(MagicColor.WHITE | MagicColor.BLUE | MagicColor.BLACK | MagicColor.RED), "Playable in {W}{U}{B}{R}"),
WUBG (null, new ColorFilter(MagicColor.WHITE | MagicColor.BLUE | MagicColor.BLACK | MagicColor.GREEN), "Playable in {W}{U}{B}{G}"),
GWUB (null, new ColorFilter(MagicColor.WHITE | MagicColor.BLUE | MagicColor.BLACK | MagicColor.GREEN), "Playable in {W}{U}{B}{G}"),
WBRG (null, new ColorFilter(MagicColor.WHITE | MagicColor.BLACK | MagicColor.RED | MagicColor.GREEN), "Playable in {W}{B}{R}{G}"),
UBRG (null, new ColorFilter(MagicColor.BLUE | MagicColor.BLACK | MagicColor.RED | MagicColor.GREEN), "Playable in {U}{B}{R}{G}"),
@@ -368,7 +368,7 @@ public class ConquestUtil {
AEtherFilter.GWU,
AEtherFilter.GUR,
AEtherFilter.WUBR,
AEtherFilter.WUBG,
AEtherFilter.GWUB,
AEtherFilter.WBRG,
AEtherFilter.UBRG,
AEtherFilter.WUBRG};