mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-12 05:36:59 -04:00
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:
@@ -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
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user