diff data/npcs/tetsuo.json @ 569:8f7bd983e394

Fix dialogue tree bug.
author Simon Cross <hodgestar@gmail.com>
date Sun, 10 Apr 2011 02:32:42 +0200
parents 354f84b945f8
children 75e955c11154
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" : {