diff options
author | Daniel Weipert <code@drogueronin.de> | 2023-08-31 16:50:58 +0200 |
---|---|---|
committer | Daniel Weipert <code@drogueronin.de> | 2023-08-31 16:50:58 +0200 |
commit | 487b99bd938207e927d7cc14ab31517b8f40beb1 (patch) | |
tree | 6f0d7cdd690c189f2c2d82106d7ee89f77866df3 /db/areas | |
parent | a5052fd596418f01544854c2da8d77d93ddee0be (diff) |
show loading progress
Diffstat (limited to 'db/areas')
-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" ] } }, |