mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 10:40:06 -08:00
[KHM] added images download
This commit is contained in:
parent
a0a1dcb39f
commit
74d96b98cf
2 changed files with 2 additions and 1 deletions
|
|
@ -492,6 +492,7 @@ public class ScryfallImageSupportCards {
|
||||||
add("ZNC"); // Zendikar Rising Commander
|
add("ZNC"); // Zendikar Rising Commander
|
||||||
add("CMR"); // Commander Legends
|
add("CMR"); // Commander Legends
|
||||||
add("CC1"); // Commander Collection: Green
|
add("CC1"); // Commander Collection: Green
|
||||||
|
add("KHM"); // Kaldheim
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -732,7 +732,7 @@ public class CardView extends SimpleCardView {
|
||||||
// need only unique targets for arrow drawning
|
// need only unique targets for arrow drawning
|
||||||
Set<UUID> newTargets = new HashSet<>();
|
Set<UUID> newTargets = new HashSet<>();
|
||||||
|
|
||||||
// fronormal targets
|
// from normal targets
|
||||||
for (Target target : targets) {
|
for (Target target : targets) {
|
||||||
if (target.isChosen()) {
|
if (target.isChosen()) {
|
||||||
newTargets.addAll(target.getTargets());
|
newTargets.addAll(target.getTargets());
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue