Disable filtering out healing items from backpack loot
This commit is contained in:
parent
8c2233a0a1
commit
3598418f6e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user