mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-10 04:57:00 -04:00
I realized that actions can use semi-colons, so I re-added them.
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@698 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
@@ -1564,7 +1564,7 @@ keyword parameter type:
|
||||
script: \{english_number_ordinal({input})\}
|
||||
keyword parameter type:
|
||||
name: action
|
||||
match: [^(:;\n]+
|
||||
match: [^(:\n]+
|
||||
separator after is: [.]
|
||||
reminder script: alternative_cost()
|
||||
keyword parameter type:
|
||||
|
||||
@@ -470,7 +470,7 @@ keyword parameter type:
|
||||
script: \{english_number_multiple({input})\}
|
||||
keyword parameter type:
|
||||
name: action
|
||||
match: [^(;:\n]+
|
||||
match: [^(:\n]+
|
||||
separator after is: [.]
|
||||
reminder script: alternative_cost()
|
||||
keyword parameter type:
|
||||
|
||||
Reference in New Issue
Block a user