Commit cc023c21 authored by pichoro's avatar pichoro

Fixed image mask for magic-new-planeswalker.

Fixed "legendname" error involving AE character.
parent b148d90d
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment