comparison data/npcs/monk.json @ 478:77cfc17ac949

Have monk drop shapeshifting tail (or at least call the function that should do that).
author Simon Cross <hodgestar@gmail.com>
date Sat, 09 Apr 2011 21:56:57 +0200
parents efa037c3c82c
children 58843eca336b
comparison
equal deleted inserted replaced
477:0e94bc0a103f 478:77cfc17ac949
23 "text" : "My tea! Oh, heavenly! Such aroma, what a taste... Just what I need. Mmm...", 23 "text" : "My tea! Oh, heavenly! Such aroma, what a taste... Just what I need. Mmm...",
24 "auto_next": "state.distracted", 24 "auto_next": "state.distracted",
25 "on_exit" : "world.missions.monk_tea = True" 25 "on_exit" : "world.missions.monk_tea = True"
26 }, 26 },
27 "distracted" : { 27 "distracted" : {
28 "on_entry" : "drop_item('tail_shapeshift')"
28 } 29 }
29 } 30 }