From 480683b25b3fc1fec0e79ff63c1bfc93fbf197c6 Mon Sep 17 00:00:00 2001 From: Kaeno Date: Tue, 19 Mar 2024 12:18:09 +0000 Subject: [PATCH] Remove grizzly from PMC secured container to avoid dropping them on the ground. --- project/src/generators/BotLootGenerator.ts | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/project/src/generators/BotLootGenerator.ts b/project/src/generators/BotLootGenerator.ts index c7ef731e..66404192 100644 --- a/project/src/generators/BotLootGenerator.ts +++ b/project/src/generators/BotLootGenerator.ts @@ -269,19 +269,6 @@ export class BotLootGenerator */ protected addForcedMedicalItemsToPmcSecure(botInventory: PmcInventory, botRole: string): void { - // Grizzly - this.addLootFromPool( - // eslint-disable-next-line @typescript-eslint/naming-convention - { "590c657e86f77412b013051d": 1 }, - [EquipmentSlots.SECURED_CONTAINER], - 1, - botInventory, - botRole, - null, - 0, - true, - ); - // surv12 this.addLootFromPool( // eslint-disable-next-line @typescript-eslint/naming-convention