mirror of
https://github.com/magefree/mage.git
synced 2025-12-29 23:12:10 -08:00
spjspj - gen-existing-cards-by-set.pl "Commander 2016"
This commit is contained in:
parent
d1cd038485
commit
c3a03c1a89
2 changed files with 159 additions and 2 deletions
|
|
@ -163,13 +163,13 @@ foreach $name_collectorid (sort @setCards)
|
|||
if (!exists ($alreadyIn{$cardNr})) {
|
||||
# Go Looking for the existing implementation..
|
||||
if (-e $fn) {
|
||||
$implemented {$str} = 1;
|
||||
$implementedButNotInSetYet {$str} = 1;
|
||||
} else {
|
||||
$unimplemented {"$str"} = 1;
|
||||
}
|
||||
} else {
|
||||
if (-e $fn) {
|
||||
$implementedButNotInSetYet {$str} = 1;
|
||||
$implemented {$str} = 1;
|
||||
} else {
|
||||
$unimplemented {$str} = 1;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue