mirror of
https://github.com/correl/mage.git
synced 2024-11-14 19:19:32 +00: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("CMR"); // Commander Legends
|
||||
add("CC1"); // Commander Collection: Green
|
||||
add("KHM"); // Kaldheim
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
@ -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());
|
||||
|
|
Loading…
Reference in a new issue