# HG changeset patch # User Simon Cross # Date 1302383835 -7200 # Node ID 58843eca336bf1d58db48edc260e09ed89c8a66d # Parent 8d78fba1735edd39d19d5e4a3d342e8ca3e19fba Kill the tea cup when the monk takes it. diff -r 8d78fba1735e -r 58843eca336b data/npcs/monk.json --- a/data/npcs/monk.json Sat Apr 09 23:17:16 2011 +0200 +++ b/data/npcs/monk.json Sat Apr 09 23:17:15 2011 +0200 @@ -22,7 +22,7 @@ "got_tea" : { "text" : "My tea! Oh, heavenly! Such aroma, what a taste... Just what I need. Mmm...", "auto_next": "state.distracted", - "on_exit" : "world.missions.monk_tea = True" + "on_exit" : "world.missions.monk_tea = True; world.fox.item = None" }, "distracted" : { "on_entry" : "drop_item('tail_shapeshift')"