changeset 571:cb2e4a70d26d

Cleanups preparing for new fail/fumble definition usage.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 26 Nov 2006 05:05:05 +0000
parents 213c97ca9382
children 9a9b66d52f83
files ggrtf-magical.tf
diffstat 1 files changed, 8 insertions(+), 16 deletions(-) [+]
line wrap: on
line diff
--- a/ggrtf-magical.tf	Sun Nov 26 04:45:38 2006 +0000
+++ b/ggrtf-magical.tf	Sun Nov 26 05:05:05 2006 +0000
@@ -79,30 +79,22 @@
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 ;; Fails and fumbles
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
-/def -i -aBCred -mregexp -t"^You falter and fumble the spell. Amazingly it fires upon " gspell_fumble1 =\
-	/gspell_fumble
+/def -i -aBCred -mregexp -t"^You falter and fumble the spell. Amazingly it fires upon " gspell_fumble1 = /gspell_fumble
 
-/def -i -aBCred -msimple -t"You fumble the spell." gspell_fumble2 =\
-	/gspell_fumble
+/def -i -aBCred -msimple -t"You fumble the spell." gspell_fumble2 = /gspell_fumble
 
 
-/def -i -p9999 -aCred -mregexp -t"^You (fail miserably in your|stutter the magic words and fail the) spell.$" gspell_fail1 =\
-	/gspell_fail
+/def -i -p9999 -aCred -mregexp -t"^You (fail miserably in your|stutter the magic words and fail the) spell.$" gspell_fail1 = /gspell_fail
 
-/def -i -p9999 -aCred -mregexp -t"^You .* (spell misfires|spell fizzles).$" gspell_fail2 =\
-	/gspell_fail
+/def -i -p9999 -aCred -mregexp -t"^You .* (spell misfires|spell fizzles).$" gspell_fail2 = /gspell_fail
 
-/def -i -p9999 -aCred -msimple -t"You stumble and lose your concentration." gspell_fail3 =\
-	/gspell_fail
+/def -i -p9999 -aCred -msimple -t"You stumble and lose your concentration." gspell_fail3 = /gspell_fail
 
-/def -i -p9999 -aCred -mregexp -t"^Your (spell just sputters|concentration fails and so does your spell|mind plays a trick with you and you fail in your spell|concentration drifts away as you think you feel a malignant aura)." gspell_fail4 =\
-	/gspell_fail
+/def -i -p9999 -aCred -mregexp -t"^Your (spell just sputters|concentration fails and so does your spell|mind plays a trick with you and you fail in your spell|concentration drifts away as you think you feel a malignant aura)." gspell_fail4 = /gspell_fail
 
-/def -i -p9999 -aCred -msimple -t"Something touches you and spoils your concentration ruining the spell." gspell_fail5 =\
-	/gspell_fail
+/def -i -p9999 -aCred -msimple -t"Something touches you and spoils your concentration ruining the spell." gspell_fail5 = /gspell_fail
 
-/def -i -p9999 -aCred -msimple -t"The spell fails." gspell_fail6 =\
-	/gspell_fail
+/def -i -p9999 -aCred -msimple -t"The spell fails." gspell_fail6 = /gspell_fail
 
 
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;