Added extra IFAKs to PMCs + replaced morphine with etg regen stims

This commit is contained in:
Dev 2024-03-20 15:10:39 +00:00
parent 2633d22de1
commit e3b31ed972

View File

@ -282,10 +282,10 @@ export class BotLootGenerator
true, true,
); );
// Morphine // eTG regen stim
this.addLootFromPool( this.addLootFromPool(
// eslint-disable-next-line @typescript-eslint/naming-convention // eslint-disable-next-line @typescript-eslint/naming-convention
{ "544fb3f34bdc2d03748b456a": 1 }, { "5c0e534186f7747fa1419867": 1 },
[EquipmentSlots.SECURED_CONTAINER], [EquipmentSlots.SECURED_CONTAINER],
2, 2,
botInventory, botInventory,
@ -300,7 +300,7 @@ export class BotLootGenerator
// eslint-disable-next-line @typescript-eslint/naming-convention // eslint-disable-next-line @typescript-eslint/naming-convention
{ "60098ad7c2240c0fe85c570a": 1 }, { "60098ad7c2240c0fe85c570a": 1 },
[EquipmentSlots.SECURED_CONTAINER], [EquipmentSlots.SECURED_CONTAINER],
2, 10,
botInventory, botInventory,
botRole, botRole,
null, null,