diff --git a/project/src/generators/LocationGenerator.ts b/project/src/generators/LocationGenerator.ts index 36433f57..72133526 100644 --- a/project/src/generators/LocationGenerator.ts +++ b/project/src/generators/LocationGenerator.ts @@ -429,7 +429,7 @@ export class LocationGenerator itemCountToAdd, this.locationConfig.allowDuplicateItemsInStaticContainers, locklist, - ); + ).filter(x => !tplsForced.includes(x)); // Add forced loot to chosen item pool const tplsToAddToContainer = tplsForced.concat(chosenTpls);