diff options
author | Daniel Weipert <code@drogueronin.de> | 2023-08-30 21:35:28 +0200 |
---|---|---|
committer | Daniel Weipert <code@drogueronin.de> | 2023-08-30 21:35:28 +0200 |
commit | 5214cdfbf26bc0bdee5d669a237fb8aefffb78d5 (patch) | |
tree | 7bec19278a0cf8fc1772e8eb6d985391d402c614 /db/areas/paper-town.json | |
parent | 5e2e6753966c19616822915c14795bf62b589f68 (diff) |
story!
Diffstat (limited to 'db/areas/paper-town.json')
-rw-r--r-- | db/areas/paper-town.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/db/areas/paper-town.json b/db/areas/paper-town.json index 9b487e3..66b381b 100644 --- a/db/areas/paper-town.json +++ b/db/areas/paper-town.json @@ -15,8 +15,7 @@ "connections": { "route1": { "conditions": [ - "encounters", - "trainers" + "story.selectStarterMonster" ] }, @@ -27,5 +26,6 @@ } }, - "modules/tuxemon.slug": "paper_town" + "modules/tuxemon.slug": "paper_town", + "modules/tuxemon.environment": "grass" } |