changeset 241:ef252cd5f50f

Fixed gender problem in burn trigger
author Jarkko Vaaraniemi <jeskko@pupunen.net>
date Sat, 04 Feb 2006 00:04:39 +0000
parents 11d09375fec3
children fcc7586c8a71
files ggrtf-barb.tf
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ggrtf-barb.tf	Fri Feb 03 20:46:09 2006 +0000
+++ b/ggrtf-barb.tf	Sat Feb 04 00:04:39 2006 +0000
@@ -46,7 +46,7 @@
 /defsetting -n"burnaction" -d"What items are dropped after burn" -s"off cash noeq"
 /burnaction off
 
-/def -i -mregexp -t"^You (join [A-Z][a-z]+ in his looting and burning|run around the room, waving your torch about)" burn_done =\
+/def -i -mregexp -t"^You (join [A-Z][a-z]+ in (his|her|its) looting and burning|run around the room, waving your torch about)" burn_done =\
         /repu%;\
         @extinguish torch%;\
         /if (set_burnaction=~"cash") @drop copper,tin,zinc,mowgles,bronze,silver%;/endif%;\