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…
Reference in New Issue
Block a user