From e3b31ed972d7fd0b27ac0c4a26347bf63dd5da85 Mon Sep 17 00:00:00 2001 From: Dev Date: Wed, 20 Mar 2024 15:10:39 +0000 Subject: [PATCH] Added extra IFAKs to PMCs + replaced morphine with etg regen stims --- project/src/generators/BotLootGenerator.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/project/src/generators/BotLootGenerator.ts b/project/src/generators/BotLootGenerator.ts index 66404192..e1c88ad9 100644 --- a/project/src/generators/BotLootGenerator.ts +++ b/project/src/generators/BotLootGenerator.ts @@ -282,10 +282,10 @@ export class BotLootGenerator true, ); - // Morphine + // eTG regen stim this.addLootFromPool( // eslint-disable-next-line @typescript-eslint/naming-convention - { "544fb3f34bdc2d03748b456a": 1 }, + { "5c0e534186f7747fa1419867": 1 }, [EquipmentSlots.SECURED_CONTAINER], 2, botInventory, @@ -300,7 +300,7 @@ export class BotLootGenerator // eslint-disable-next-line @typescript-eslint/naming-convention { "60098ad7c2240c0fe85c570a": 1 }, [EquipmentSlots.SECURED_CONTAINER], - 2, + 10, botInventory, botRole, null,