correct regex

master
melvin 2013-10-30 14:48:37 +08:00
parent 4639577577
commit 211ca0fb53
1 changed files with 1 additions and 1 deletions

View File

@ -548,7 +548,7 @@ public enum MagicRuleEventAction {
}
},
GrowChosen(
"put (?<amount>[a-z]+) +1/+1 counter(s)? on (?<choice>[^\\.]*).",
"put (?<amount>[a-z]+) \\+1/\\+1 counter(s)? on (?<choice>[^\\.]*).",
MagicTargetHint.Positive,
MagicPumpTargetPicker.create(),
MagicTiming.Pump,