diff 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
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')"
     }
 }