changeset 293:e22b0e4d52ae

Add missions.masks_destroyed.
author Simon Cross <hodgestar@gmail.com>
date Fri, 08 Apr 2011 22:04:05 +0200
parents 93352ab52f2e
children 74c875f7b1f5
files data/game.json data/npcs/actor.json
diffstat 2 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/data/game.json	Fri Apr 08 21:59:42 2011 +0200
+++ b/data/game.json	Fri Apr 08 22:04:05 2011 +0200
@@ -12,7 +12,8 @@
         "monk_tea": false,
         "fish_in_room": false,
         "kumikos_kimono_torn": false,
-        "kumiko_disgraced": false
+        "kumiko_disgraced": false,
+        "masks_destroyed": false
     },
     "items": {
         "tealeaf": { "type": "TeaLeaf", "level": "temple", "pos": [1, 7] },
--- a/data/npcs/actor.json	Fri Apr 08 21:59:42 2011 +0200
+++ b/data/npcs/actor.json	Fri Apr 08 22:04:05 2011 +0200
@@ -6,7 +6,7 @@
     "bother" : {
         "text" : "“Upon a thousand heights had gathered the inexplicable cloud. Swept by, uh... the rain, the moon is just come to light the high house. A clean and... and...” Oh bother, this is hard.",
         "events" : [
-            { "matches" : "world.masks_destroyed", "next": "state.no" }
+            { "matches" : "world.missions.masks_destroyed", "next": "state.no" }
         ]
     },
     "no" : {