changeset 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 8d78fba1735e
children 7db300896087
files data/npcs/monk.json
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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')"