Remove grizzly from PMC secured container to avoid dropping them on the ground.

This commit is contained in:
Kaeno 2024-03-19 12:18:09 +00:00
parent 662575aef1
commit 480683b25b

View File

@ -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