diff data/npcs/sasuke.json @ 500:906fae3d3688

Hook up three more tails.
author Simon Cross <hodgestar@gmail.com>
date Sat, 09 Apr 2011 22:58:32 +0200
parents 74c875f7b1f5
children 8087e95ade2f
line wrap: on
line diff
--- a/data/npcs/sasuke.json	Sat Apr 09 22:56:02 2011 +0200
+++ b/data/npcs/sasuke.json	Sat Apr 09 22:58:32 2011 +0200
@@ -4,6 +4,7 @@
         "auto_next": "state.napping"
     },
     "napping" : {
+        "text" : "Yaaawwwn!",
         "events" : [
             { "matches" : "world.missions.cannon_destroyed", "next": "state.huh" }
         ]
@@ -13,5 +14,6 @@
         "auto_next": "state.gone"
     },
     "gone" : {
+        "on_entry": "drop_item('tail_invisibility')"
     }
 }