mirror of
https://github.com/ldericher/fftcgtool
synced 2025-01-15 15:02:59 +00:00
typo
This commit is contained in:
parent
fe2f0548e0
commit
68533b9a44
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ class TTSDeck(Cards):
|
||||||
"PR-055": "11-062",
|
"PR-055": "11-062",
|
||||||
}
|
}
|
||||||
|
|
||||||
# replace with non
|
# replace with normal-art cards
|
||||||
for card in deck_cards:
|
for card in deck_cards:
|
||||||
if card["code"] in replace_full_arts:
|
if card["code"] in replace_full_arts:
|
||||||
card["code"] = replace_full_arts[card["code"]]
|
card["code"] = replace_full_arts[card["code"]]
|
||||||
|
|
Loading…
Reference in a new issue