# HG changeset patch # User Simon Cross # Date 1302295696 -7200 # Node ID 22d71135e497db4c5812fd3c53267cefeae719f0 # Parent 95335c86b683b4addae114650414280f7a6809bc Fix fox-has-tea-for-monk state check. diff -r 95335c86b683 -r 22d71135e497 data/npcs/monk.json --- 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" : {