Fixed image mask for magic-new-planeswalker.

Fixed "legendname" error involving AE character.

git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@962 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
pichoro
2008-06-03 04:08:44 +00:00
parent d2464a0736
commit 03cfd6bb79
2 changed files with 2 additions and 2 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.7 KiB

After

Width:  |  Height:  |  Size: 9.8 KiB

+2 -2
View File
@@ -328,8 +328,8 @@ init script:
| <param-cost><match>, # keyword argument that is declared as cost
";
# truncates the name of legends
legend_filter := replace_rule(match:", [A-Z,a-z,0-9,' ]*", replace: "" )+
replace_rule(match:"the [A-Z,a-z,0-9,' ]*", replace: "" )
legend_filter := replace_rule(match:", [A-Z,a-z,Æ,0-9,' ]*", replace: "" )+
replace_rule(match:"the [A-Z,a-z,Æ,0-9,' ]*", replace: "" )
# the rule text filter
# - adds mana symbols
# - makes text in parentheses italic