mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-13 05:57:00 -04:00
Big BIG VS update; this is the collective efforts of Gen_Leo, Artfreakwiu, and a little from myself as well.
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@674 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
@@ -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()
|
||||
};
|
||||
Reference in New Issue
Block a user