changeset 1429:1589b7d32b9a

Vampiric blow.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 09 Aug 2011 01:25:46 +0300
parents ce084acc5d11
children fcc8358845ef
files ggrtf.tf
diffstat 1 files changed, 2 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/ggrtf.tf	Mon Aug 08 13:02:51 2011 +0300
+++ b/ggrtf.tf	Tue Aug 09 01:25:46 2011 +0300
@@ -2192,9 +2192,8 @@
 	/endif
 
 ;; Detect certain events that cause potentially "false" ticks to occur.
-;; Of course, sometimes these also contain the real tick, but can't help
-;; that.
-/def -i -F -mregexp -t"^(You feel like .+? healed you a bit\.|The crystal throbs faintly, healing some of your wounds\.|The fire.s warmth soothes you\.|The fire.s warmth feels especially soothing\.|The shimmering blue forcefield.s safety soothes you\.)$" gheartbeat_discard =\
+;; Of course, sometimes these also contain the real tick, but can't help that.
+/def -i -F -mregexp -t"^(Your blow impacts with chaotic force...|You feel like .+? healed you a bit\.|The crystal throbs faintly, healing some of your wounds\.|The fire.s warmth soothes you\.|The fire.s warmth feels especially soothing\.|The shimmering blue forcefield.s safety soothes you\.)$" gheartbeat_discard =\
 	/set heartbeat_discard=1%;\
 	/if (hb_debug)/msq Discarding next sc%;/endif