Force afaks into PMCs secure container

This commit is contained in:
Dev 2023-07-27 15:01:08 +01:00
parent 03b5081870
commit 32b32e627b

View File

@ -215,6 +215,17 @@ export class BotLootGenerator
false,
0,
true);
const afak = this.itemHelper.getItem("60098ad7c2240c0fe85c570a")[1];
this.addLootFromPool(
[afak],
[EquipmentSlots.SECURED_CONTAINER],
2,
botInventory,
botRole,
false,
0,
true);
}
protected getRandomisedCount(min: number, max: number, nValue: number): number