Blacklist Quest Items from Scav Case
This commit is contained in:
parent
0a16e06c89
commit
23ceca5279
@ -109,6 +109,11 @@ export class ScavCaseRewardGenerator
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (item._props.QuestItem)
|
||||||
|
{
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
// Skip item if item id is on blacklist
|
// Skip item if item id is on blacklist
|
||||||
if (
|
if (
|
||||||
(item._type !== "Item")
|
(item._type !== "Item")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user