mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-10 04:57:00 -04:00
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:
Binary file not shown.
|
Before Width: | Height: | Size: 9.7 KiB After Width: | Height: | Size: 9.8 KiB |
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user