diff options
Diffstat (limited to 'db/areas/paper-town.json')
-rw-r--r-- | db/areas/paper-town.json | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/db/areas/paper-town.json b/db/areas/paper-town.json index f3d3255..cc897b9 100644 --- a/db/areas/paper-town.json +++ b/db/areas/paper-town.json @@ -1,6 +1,4 @@ { - "name": "Paper Town", - "locations": { "home": { "type": "healingCenter", @@ -9,8 +7,8 @@ "scoop_store": { "type": "shop", - "economy": "spyder_paper_mart", - "items": [] + "items": [], + "modules/tuxemon.economy": "spyder_paper_mart" } }, @@ -27,5 +25,7 @@ "area.sea-route-c" ] } - } + }, + + "modules/tuxemon.slug": "paper_town" } |