fix file issues

This commit is contained in:
cajun
2024-01-06 03:56:05 -06:00
parent 4cef7ac73c
commit 1ca0877485
272 changed files with 1290 additions and 678 deletions

View File

@@ -0,0 +1,10 @@
# convert the old to new scripts
old_to_new := {
if card.card_type=="character" then "characters visible character" else
if card.card_type=="character dual" then "characters visible character dual" else
if card.card_type=="character dual (new)" then "characters visible character dual (new)" else
if card.card_type=="concealed" then "characters hidden concealed" else
if card.card_type=="concealed dual" then "characters hidden concealed dual" else
if card.card_type=="concealed dual (new)" then "characters hidden concealed dual (new)" else card_type()
};