# HG changeset patch # User Simon Cross # Date 1302293045 -7200 # Node ID e22b0e4d52aef1b8be6ecdd40e8a83612533b1d3 # Parent 93352ab52f2e257a2787ed62535ade484f7a1456 Add missions.masks_destroyed. diff -r 93352ab52f2e -r e22b0e4d52ae data/game.json --- 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] }, diff -r 93352ab52f2e -r e22b0e4d52ae data/npcs/actor.json --- 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" : {