changeset 801:c421eeea6794 rel-0_6_9_11

v0.6.9.11
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 13 Oct 2008 14:14:38 +0000
parents eeddfde43980
children 6a6148691919
files ggrtf-barb.tf ggrtf.tf
diffstat 2 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/ggrtf-barb.tf	Mon Oct 13 13:43:58 2008 +0000
+++ b/ggrtf-barb.tf	Mon Oct 13 14:14:38 2008 +0000
@@ -98,9 +98,9 @@
 ;/def -i glure_report =\
 ;	@@emote %{glure_match}
 
-;/def -i -ag -mregexp -t"^You valiantly strike back at (.+)" 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 -E(glure_st==1) -mregexp -t"^(.+) gets knocked down to the ground\.$" glure_get2 =\
+;/def -i -ag -Eglure_st==1 -mregexp -t"^(.+) gets knocked down to the ground\.$" glure_get2 =\
 ;	/set glure_st=0%;/set glure_match=%{glure_match} %{P1}%;/glure_report
 
--- a/ggrtf.tf	Mon Oct 13 13:43:58 2008 +0000
+++ b/ggrtf.tf	Mon Oct 13 14:14:38 2008 +0000
@@ -1,8 +1,8 @@
 ;;
-;; GgrTF v0.6.9.10-svn - TinyFugue script for BatMUD
+;; GgrTF v0.6.9.11 - TinyFugue script for BatMUD
 ;; (C) Copyright 2004-2008 Matti Hämäläinen (Ggr Pupunen)
 ;;
-/set ggrtf_ver=0.6.9.10-svn
+/set ggrtf_ver=0.6.9.11
 ;;
 ;; This triggerset is Free Software distributed under
 ;; GNU General Public License version 2.