changeset 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 0e94bc0a103f
children fb9258d66137 30077905d697
files data/npcs/monk.json
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/data/npcs/monk.json	Sat Apr 09 21:56:09 2011 +0200
+++ b/data/npcs/monk.json	Sat Apr 09 21:56:57 2011 +0200
@@ -25,5 +25,6 @@
         "on_exit" : "world.missions.monk_tea = True"
     },
     "distracted" : {
+        "on_entry" : "drop_item('tail_shapeshift')"
     }
 }