diff data/npcs/monk.json @ 284:8cac6ff88a9d

Rename the void level to _limbo. Add teacupfull to _limbo. Change monk state change check to world.fox.item == 'teacupfull'.
author Simon Cross <hodgestar@gmail.com>
date Fri, 08 Apr 2011 20:41:05 +0200
parents 4e7ca5cf57fa
children f512e874b2e7
line wrap: on
line diff
--- a/data/npcs/monk.json	Fri Apr 08 20:15:18 2011 +0200
+++ b/data/npcs/monk.json	Fri Apr 08 20:41:05 2011 +0200
@@ -19,7 +19,7 @@
     "no_tea" : {
         "text" : "Oh, what I wouldn’t do for a cup of tea.",
         "events" : [
-            { "matches" : "world.fox_has_tea", "next": "state.got_tea" }
+            { "matches" : "world.fox.item == 'tea'", "next": "state.got_tea" }
         ]
     },
     "got_tea" : {