comparison data/npcs/hattori.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 906fae3d3688
children
comparison
equal deleted inserted replaced
500:906fae3d3688 501:9a16483e49cb
38 "attack" : { 38 "attack" : {
39 "text" : "It will have to catch up. Attack!", 39 "text" : "It will have to catch up. Attack!",
40 "auto_next": "state.gone" 40 "auto_next": "state.gone"
41 }, 41 },
42 "gone" : { 42 "gone" : {
43 "on_entry" : "drop_item('tail_sprint')" 43 "on_entry" : "drop_item('tail_sprint'); npcs.hattori.block = False"
44 } 44 }
45 } 45 }