From 8da8f766495eb2d0183ef2ef823afea11f31e397 Mon Sep 17 00:00:00 2001 From: pichoro Date: Tue, 10 Jul 2007 20:59:33 +0000 Subject: [PATCH] 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 --- data/magic.mse-game/game | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/data/magic.mse-game/game b/data/magic.mse-game/game index c0651cf8..b6109943 100644 --- a/data/magic.mse-game/game +++ b/data/magic.mse-game/game @@ -1422,7 +1422,8 @@ keyword parameter type: name: prefix description: Prefix for things like "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