diff options
Diffstat (limited to 'db/areas/candy-town.json')
-rw-r--r-- | db/areas/candy-town.json | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/db/areas/candy-town.json b/db/areas/candy-town.json index abdd488..8cfab40 100644 --- a/db/areas/candy-town.json +++ b/db/areas/candy-town.json @@ -2,7 +2,12 @@ "locations": { "scoop_store": { "type": "shop", - "items": [], + "items": [ + { + "item_name": "super_potion", + "price": 40 + } + ], "modules/tuxemon.economy": "spyder_candy_scoop" } }, |