Files
MagicSetEditor2/data/vs-common.mse-include/old-to-new
T
coppro 4c1c750f05 Set svn:eol-style on all style files that were missing it
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1436 0fc631ac-6414-0410-93d0-97cfa31319b6
2010-01-20 03:32:21 +00:00

11 lines
565 B
Plaintext

# 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()
};