changeset 569:8f7bd983e394

Fix dialogue tree bug.
author Simon Cross <hodgestar@gmail.com>
date Sun, 10 Apr 2011 02:32:42 +0200
parents 1ccb90397c4a
children f6a0fbf918fd
files data/npcs/tetsuo.json
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/data/npcs/tetsuo.json	Sun Apr 10 02:33:35 2011 +0200
+++ b/data/npcs/tetsuo.json	Sun Apr 10 02:32:42 2011 +0200
@@ -17,7 +17,7 @@
     },
     "inspecting" : {
         "events" : [
-            { "matches" : "npcs.kaneda2.state ==  'preposterous'", "next": "state.shoddy" }
+            { "matches" : "npcs.kaneda2.state !=  'inspecting'", "next": "state.shoddy" }
         ]
     },
     "shoddy" : {