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:
pichoro
2007-09-15 01:35:41 +00:00
parent acfaeed425
commit 98e80e5042
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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:
+1 -1
View File
@@ -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: