diff --git a/project/src/generators/PMCLootGenerator.ts b/project/src/generators/PMCLootGenerator.ts index bc7e6b2a..2b8077c9 100644 --- a/project/src/generators/PMCLootGenerator.ts +++ b/project/src/generators/PMCLootGenerator.ts @@ -48,7 +48,7 @@ export class PMCLootGenerator { const items = this.databaseService.getItems(); const pmcPriceOverrides - = this.databaseService.getBots()[botRole === "sptBear" ? "bear" : "usec"].inventory.items + = this.databaseService.getBots().types[botRole === "sptBear" ? "bear" : "usec"].inventory.items .Pockets; const allowedItemTypes = this.pmcConfig.pocketLoot.whitelist;