Add comment
This commit is contained in:
parent
9cbf87b7c3
commit
628a3f71d8
@ -425,6 +425,7 @@ export class LocationGenerator
|
|||||||
const locklist = [Money.ROUBLES, Money.DOLLARS, Money.EUROS];
|
const locklist = [Money.ROUBLES, Money.DOLLARS, Money.EUROS];
|
||||||
|
|
||||||
// Choose items to add to container, factor in weighting + lock money down
|
// 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(
|
const chosenTpls = containerLootPool.draw(
|
||||||
itemCountToAdd,
|
itemCountToAdd,
|
||||||
this.locationConfig.allowDuplicateItemsInStaticContainers,
|
this.locationConfig.allowDuplicateItemsInStaticContainers,
|
||||||
|
Loading…
Reference in New Issue
Block a user