comparison data/npcs/ichiro.json @ 501:9a16483e49cb

Remove 1st set of blocking samuri
author Neil Muller <drnlmuller@gmail.com>
date Sat, 09 Apr 2011 22:40:25 +0200
parents 691278e89399
children
comparison
equal deleted inserted replaced
500:906fae3d3688 501:9a16483e49cb
33 "cannon" : { 33 "cannon" : {
34 "text" : "What about the cannon?", 34 "text" : "What about the cannon?",
35 "auto_next" : "state.gone", 35 "auto_next" : "state.gone",
36 "on_exit" : "switch_to('hattori')" 36 "on_exit" : "switch_to('hattori')"
37 }, 37 },
38 "gone" : { 38 "gone" : { "on_entry": "npcs.ichiro.block = False"
39 } 39 }
40 } 40 }