changeset 1259:e58fa5e0f121

One chest building status message has changed, fixed.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 15 Dec 2010 17:54:35 +0000
parents a27869d67041
children eafec7542239
files gm-merchant.tf
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/gm-merchant.tf	Wed Dec 15 13:47:00 2010 +0000
+++ b/gm-merchant.tf	Wed Dec 15 17:54:35 2010 +0000
@@ -524,7 +524,7 @@
 /def -i -msimple -t"It is still quite shaky." gchest_build4 = /test gchest_report({*},4,16)
 /def -i -msimple -t"It looks like a small chest but it could be so much more." gchest_build5 = /test gchest_report({*},5,16)
 /def -i -msimple -t"It does not look quite safe yet." gchest_build6 = /test gchest_report({*},6,16)
-/def -i -msimple -t"The base looks strong now but lid is still quite weak." gchest_build7 = /test gchest_report({*},7,16)
+/def -i -mregexp -t"^The base looks strong now,? but lid is still quite weak\.$" gchest_build7 = /test gchest_report({*},7,16)
 /def -i -mregexp -t"^The (chest is looking|coffer looks) much larger\.$" gchest_build8 = /test gchest_report({*},8,16)
 /def -i -msimple -t"The construction looks bigger and bigger." gchest_build9 = /test gchest_report({*},9,16)
 /def -i -msimple -t"The structure is now stronger than ever before." gchest_build10 = /test gchest_report({*},10,16)