diff --git a/project/src/generators/LocationGenerator.ts b/project/src/generators/LocationGenerator.ts index ddd3b017..5808edb8 100644 --- a/project/src/generators/LocationGenerator.ts +++ b/project/src/generators/LocationGenerator.ts @@ -403,7 +403,7 @@ export class LocationGenerator containerClone.template.Root = parentId; containerClone.template.Items[0]._id = parentId; - let containerMap = this.getContainerMapping(containerTpl); + const containerMap = this.getContainerMapping(containerTpl); // Choose count of items to add to container const itemCountToAdd = this.getWeightedCountOfContainerItems(containerTpl, staticLootDist, locationName);