Fixed some display problems with emblems and there abilities on the stack.

This commit is contained in:
LevelX2 2013-07-05 18:49:42 +02:00
parent 3b8a75588b
commit f540e78045
4 changed files with 13 additions and 13 deletions

View file

@ -194,11 +194,6 @@ public class MageActionCallback implements ActionCallback {
}
private void showPopup(final TransferData data, final Component parentComponent, final Point parentPoint) {
// skip popup for not implemented cards (they have Rarity.NA)
if (data.card.getRarity().equals(Rarity.NA)) {
return;
}
if (data.component != null) {
String showTooltips = PreferencesDialog.getCachedValue(PreferencesDialog.KEY_SHOW_TOOLTIPS_ANY_ZONE, "true");
if (showTooltips.equals("false")) {