Add comment

This commit is contained in:
Dev 2024-01-07 20:20:25 +00:00
parent 9cbf87b7c3
commit 628a3f71d8

View File

@ -425,6 +425,7 @@ export class LocationGenerator
const locklist = [Money.ROUBLES, Money.DOLLARS, Money.EUROS];
// Choose items to add to container, factor in weighting + lock money down
// Filter out items picked that're already in the above `tplsForced` array
const chosenTpls = containerLootPool.draw(
itemCountToAdd,
this.locationConfig.allowDuplicateItemsInStaticContainers,