mirror of
https://github.com/sp-tarkov/server.git
synced 2025-02-13 09:30:45 -05:00
Blacklist Quest Items from Scav Case
This commit is contained in:
parent
0a16e06c89
commit
23ceca5279
@ -108,6 +108,11 @@ export class ScavCaseRewardGenerator
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
if (item._props.QuestItem)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
// Skip item if item id is on blacklist
|
||||
if (
|
||||
|
Loading…
x
Reference in New Issue
Block a user