This commit is contained in:
Hri7566 2024-06-13 04:39:22 -04:00
parent d4a6c599ac
commit 2074915830
1 changed files with 0 additions and 7 deletions

View File

@ -39,13 +39,6 @@ export const locations = loadConfig<TAnyLocation[]>("config/locations.yml", [
canFish: true,
hasSand: true,
objects: []
},
{
id: "shop",
name: "Shop",
nearby: ["pond", "lake", "river"],
isShop: true,
objects: []
}
]);