Disable filtering out healing items from backpack loot

This commit is contained in:
Dev 2023-10-12 14:33:09 +01:00
parent 8c2233a0a1
commit 3598418f6e

View File

@ -189,7 +189,7 @@ export class BotLootCacheService
// rome-ignore lint/complexity/useSimplifiedLogicExpression: <explanation>
!this.isBulletOrGrenade(template._props)
&& !this.isMagazine(template._props)
&& !this.isMedicalItem(template._props)
//&& !this.isMedicalItem(template._props) // Disabled for now as followSanitar has a lot of med items as loot
&& !this.isGrenade(template._props));
// Get pocket loot