changeset 1470:38a4118ee23c

Properly detect heal alls with christmas hat casters.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 27 Dec 2011 23:12:17 +0200
parents 25e8217e9ed2
children 62d2c4827bce
files gm-tarma.tf
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/gm-tarma.tf	Tue Dec 27 20:35:33 2011 +0200
+++ b/gm-tarma.tf	Tue Dec 27 23:12:17 2011 +0200
@@ -61,7 +61,7 @@
 		/msq @{BCgreen}No heal alls detected!@{n}%;\
 	/endif
 
-/gdef -i -p9999 -aCyellow -mregexp -t"^You feel like ([A-Z][a-z]+)(| the christmas gnome| the christmas elf) healed you a bit\.$" ghealall_got =\
+/gdef -i -p9999 -aCyellow -mregexp -t"^You feel like ([A-Z][a-z]+)(| the christmas [a-z]+) healed you a bit\.$" ghealall_got =\
 	/set healall_n=%{P1}%;/set healall_t=$[time()]
 
 /gdef -i -p9999 -aCyellow -mregexp -t"^You feel like you healed ([0-9]+ players|one player)\.$" ghealall_heal =\