From bde5dc98ad96546b59e91f5a6e552bf80cbf48e4 Mon Sep 17 00:00:00 2001 From: Daniel Weipert Date: Thu, 24 Aug 2023 14:42:12 +0200 Subject: translations and error handling --- db/areas/candy-town.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'db/areas/candy-town.json') diff --git a/db/areas/candy-town.json b/db/areas/candy-town.json index 59ddca0..f89370b 100644 --- a/db/areas/candy-town.json +++ b/db/areas/candy-town.json @@ -1,6 +1,4 @@ { - "name": "Candy Town", - "locations": { "hospital": { "type": "healingCenter", @@ -9,8 +7,8 @@ "scoop_store": { "type": "shop", - "economy": "spyder_candy_scoop", - "items": [] + "items": [], + "modules/tuxemon.economy": "spyder_candy_scoop" } }, @@ -22,5 +20,7 @@ "sea-route-c": { "conditions": [] } - } + }, + + "modules/tuxemon.slug": "candy_town" } -- cgit v1.2.3