diff data/npcs/monk.json @ 198:4e7ca5cf57fa

syntax fix for accessing world properties
author Adrianna Pińska <adrianna.pinska@gmail.com>
date Wed, 06 Apr 2011 22:15:44 +0200
parents 704d23022f09
children 8cac6ff88a9d
line wrap: on
line diff
--- a/data/npcs/monk.json	Wed Apr 06 22:07:00 2011 +0200
+++ b/data/npcs/monk.json	Wed Apr 06 22:15:44 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_has_tea", "next": "state.got_tea" }
         ]
     },
     "got_tea" : {