mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-10 04:57:00 -04:00
Fixed a problem that kept prefix param from working; allows "Dame Judi Denchwalk"
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@550 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
@@ -1422,7 +1422,8 @@ keyword parameter type:
|
||||
name: prefix
|
||||
description: Prefix for things like "<something>walk"
|
||||
optional: false
|
||||
match: [A-Z][a-z, ]*([A-Z][a-z, ]*\xEB00)
|
||||
# match: [A-Z][a-z, ]*([A-Z][a-z, ]*\xEB00) # commented out because it stopped prefix param from working, version below allows all "walks", including "Dame Judi Denchwalk", doesn't trigger #in middle of sentences, and doesn't trigger in chains of keywords.
|
||||
match: [A-Z][A-Z,a-z ]*
|
||||
example: Forest
|
||||
|
||||
############################# All Magic keywords
|
||||
|
||||
Reference in New Issue
Block a user