changeset 368:452cdcca12f1

Ok.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 24 Mar 2006 05:52:29 +0000
parents c33244edfe46
children f0dfef8c5fcb
files ggrtf-barb.tf
diffstat 1 files changed, 2 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/ggrtf-barb.tf	Fri Mar 24 05:50:00 2006 +0000
+++ b/ggrtf-barb.tf	Fri Mar 24 05:52:29 2006 +0000
@@ -95,11 +95,8 @@
 /def -i glure_report =\
 	@@emote %{glure_match}
 
-/def -i -ag -mregexp -t"^You valiantly strike back at (.+) while (he|she|it) still is in a sensitive state\.$" glure_get1 =\
+/def -i -ag -mregexp -t"^You valiantly strike back at (.+)" glure_get1 =\
 	/set glure_match=%{P1}%;/set glure_st=1
 
-/def -i -ag -mregexp -t"^You valiantly strike back at (.+)" glure_get2 =\
-	/set glure_match=%{P1}%;/set glure_st=1
-
-/def -i -ag -E(glure_st==1) -mregexp -t"^(.+) gets knocked down to the ground\.$" glure_get3 =\
+/def -i -ag -E(glure_st==1) -mregexp -t"^(.+) gets knocked down to the ground\.$" glure_get2 =\
 	/set glure_st=0%;/set glure_match=%{glure_match} %{P1}%;/glure_report