diff data/npcs/guard.json @ 461:c6d1165bb16f

Can talk your way past the guard
author Neil Muller <drnlmuller@gmail.com>
date Sat, 09 Apr 2011 20:43:29 +0200
parents 93352ab52f2e
children 906fae3d3688
line wrap: on
line diff
--- a/data/npcs/guard.json	Sat Apr 09 20:09:58 2011 +0200
+++ b/data/npcs/guard.json	Sat Apr 09 20:43:29 2011 +0200
@@ -69,5 +69,6 @@
         "auto_next": "state.agreed"
     },
     "agreed" : {
+       "on_entry" : "npcs.guard.block = False"
     }
-}
\ No newline at end of file
+}