[KHM] added images download

This commit is contained in:
Oleg Agafonov 2020-12-17 03:30:31 +04:00
parent a0a1dcb39f
commit 74d96b98cf
2 changed files with 2 additions and 1 deletions

View file

@ -492,6 +492,7 @@ public class ScryfallImageSupportCards {
add("ZNC"); // Zendikar Rising Commander
add("CMR"); // Commander Legends
add("CC1"); // Commander Collection: Green
add("KHM"); // Kaldheim
}
};

View file

@ -732,7 +732,7 @@ public class CardView extends SimpleCardView {
// need only unique targets for arrow drawning
Set<UUID> newTargets = new HashSet<>();
// fronormal targets
// from normal targets
for (Target target : targets) {
if (target.isChosen()) {
newTargets.addAll(target.getTargets());