mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-12 13:37:00 -04:00
Removed <a> tags and all instances of them.
Updated Magic Old to have colored lands. Added colorless frame to all templates. Same as artifact in all but Magic New. Altered script to make colorless default. Becomes artifact when "Artifact" is type. git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@294 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
@@ -9,7 +9,8 @@ choice images:
|
||||
black : script: pt_template("b")
|
||||
red : script: pt_template("r")
|
||||
green : script: pt_template("g")
|
||||
colorless : script: pt_template("a")
|
||||
colorless : script: pt_template("c")
|
||||
artifact : script: pt_template("a")
|
||||
multicolor : script: pt_template("m")
|
||||
multicolor 2 color white / blue : script: multi_hybrid_pt("u")
|
||||
multicolor 2 color blue / black : script: multi_hybrid_pt("b")
|
||||
|
||||
Reference in New Issue
Block a user