comparison data/npcs/monk.json @ 511:58843eca336b

Kill the tea cup when the monk takes it.
author Simon Cross <hodgestar@gmail.com>
date Sat, 09 Apr 2011 23:17:15 +0200
parents 77cfc17ac949
children
comparison
equal deleted inserted replaced
510:8d78fba1735e 511:58843eca336b
20 ] 20 ]
21 }, 21 },
22 "got_tea" : { 22 "got_tea" : {
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; world.fox.item = None"
26 }, 26 },
27 "distracted" : { 27 "distracted" : {
28 "on_entry" : "drop_item('tail_shapeshift')" 28 "on_entry" : "drop_item('tail_shapeshift')"
29 } 29 }
30 } 30 }