Add comment
This commit is contained in:
parent
77baeeee42
commit
430437974c
@ -196,7 +196,7 @@ export class InraidController
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
// Not dead
|
// Not dead
|
||||||
// Check for cultist amulet
|
// Check for cultist amulets in special slot (only slot it can fit)
|
||||||
const amuletOnPlayer = serverPmcProfile.Inventory.items.filter((item) =>
|
const amuletOnPlayer = serverPmcProfile.Inventory.items.filter((item) =>
|
||||||
item.slotId.startsWith("SpecialSlot")
|
item.slotId.startsWith("SpecialSlot")
|
||||||
).find((item) => item._tpl === "64d0b40fbe2eed70e254e2d4");
|
).find((item) => item._tpl === "64d0b40fbe2eed70e254e2d4");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user