fix regex to allow 'counters'

master
melvin 2013-10-18 15:12:27 +08:00
parent 17a9b44c2f
commit eaa4a1d560
1 changed files with 1 additions and 1 deletions

View File

@ -209,7 +209,7 @@ public enum MagicRuleEventAction {
}
},
GrowSelf(
"put (?<amount>[a-z]+) (?<type>[^\\.]*) counter on sn.",
"put (?<amount>[a-z]+) (?<type>[^\\.]*) counter(s)? on sn.",
MagicTiming.Pump,
"Pump"
) {