mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-16 10:48:00 +00:00
Import Basic lands alternative art wrt. current card art pref. settings.
Note: not sure whether last card art was overimposed earlier. can't remember, really!?!
This commit is contained in:
@@ -182,8 +182,7 @@ public class DeckController<T extends DeckBase> {
|
|||||||
if (card == null)
|
if (card == null)
|
||||||
continue;
|
continue;
|
||||||
int countToAdd = countByName.get(cardName);
|
int countToAdd = countByName.get(cardName);
|
||||||
card = StaticData.instance().getAlternativeCardPrint(card, referenceReleaseDate,
|
card = StaticData.instance().getAlternativeCardPrint(card, referenceReleaseDate);
|
||||||
true, true);
|
|
||||||
if (card != null)
|
if (card != null)
|
||||||
targetSection.add(card.getName(), card.getEdition(), countToAdd);
|
targetSection.add(card.getName(), card.getEdition(), countToAdd);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user