1
0
Fork 0
mirror of https://github.com/ldericher/fftcgtool synced 2025-01-15 15:02:59 +00:00
This commit is contained in:
Jörn-Michael Miehe 2021-09-03 03:12:22 +02:00
parent fe2f0548e0
commit 68533b9a44

View file

@ -68,7 +68,7 @@ class TTSDeck(Cards):
"PR-055": "11-062",
}
# replace with non
# replace with normal-art cards
for card in deck_cards:
if card["code"] in replace_full_arts:
card["code"] = replace_full_arts[card["code"]]