Typeline adjustment in magic-new.

Fixed hybrid sorting.
Fixed part of hybrid futureshift p/t colors.

git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@741 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
pichoro
2007-09-21 23:35:29 +00:00
parent 69140171be
commit 147c787eb3
4 changed files with 10 additions and 5 deletions
+1
View File
@@ -214,6 +214,7 @@ init script:
else if colors == "B" then "C" # Black
else if colors == "R" then "D" # Red
else if colors == "G" then "E" # Green
else if contains(casting_cost, match:"/") then "G" #Hybrid
else "F" # Multicolor
)
}