tidy
This commit is contained in:
parent
d4a6c599ac
commit
2074915830
|
@ -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: []
|
||||
}
|
||||
]);
|
||||
|
||||
|
|
Loading…
Reference in New Issue