changeset 299:22d71135e497

Fix fox-has-tea-for-monk state check.
author Simon Cross <hodgestar@gmail.com>
date Fri, 08 Apr 2011 22:48:16 +0200
parents 95335c86b683
children 3cd37fc04070
files data/npcs/monk.json
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/data/npcs/monk.json	Fri Apr 08 22:36:48 2011 +0200
+++ b/data/npcs/monk.json	Fri Apr 08 22:48:16 2011 +0200
@@ -19,7 +19,7 @@
     "no_tea" : {
         "text" : "Oh, what I wouldn’t do for a cup of tea.",
         "events" : [
-            { "matches" : "world.fox.item == 'tea'", "next": "state.got_tea" }
+            { "matches" : "world.fox.item == 'teacupfull'", "next": "state.got_tea" }
         ]
     },
     "got_tea" : {