diff options
Diffstat (limited to 'db/areas/paper-town.json')
-rw-r--r-- | db/areas/paper-town.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/db/areas/paper-town.json b/db/areas/paper-town.json index 66b381b..5213a5f 100644 --- a/db/areas/paper-town.json +++ b/db/areas/paper-town.json @@ -13,15 +13,15 @@ }, "connections": { - "route1": { + "sea-route-c": { "conditions": [ - "story.selectStarterMonster" + "area.sea-route-c.completed" ] }, - "sea-route-c": { + "route1": { "conditions": [ - "area.sea-route-c.completed" + "story.selectStarterMonster" ] } }, |