Update entitlements

This commit is contained in:
AnthonyFuller 2024-03-22 13:42:54 +00:00
parent b8c2cbbde3
commit 6b2786bc8a
2 changed files with 16 additions and 0 deletions

View File

@ -27,6 +27,7 @@ import {
H1_REQUIEM_UNLOCKABLES,
H2_RACCOON_STINGRAY_UNLOCKABLES,
MAKESHIFT_UNLOCKABLES,
SAMBUCA_UNLOCKABLES,
SIN_ENVY_UNLOCKABLES,
SIN_GLUTTONY_UNLOCKABLES,
SIN_GREED_UNLOCKABLES,
@ -63,6 +64,7 @@ const DELUXE_DATA = [
...SIN_WRATH_UNLOCKABLES,
...TRINITY_UNLOCKABLES,
...WINTERSPORTS_UNLOCKABLES,
...SAMBUCA_UNLOCKABLES,
]
/**
@ -389,6 +391,13 @@ function filterAllowedContent(gameVersion: GameVersion, entP: string[]) {
)
}
if (SAMBUCA_UNLOCKABLES.includes(id)) {
return (
e.includes("9220c020262f420da06eb46a4b1ce86f") ||
e.includes("2828470")
)
}
return true
}
}

View File

@ -271,6 +271,13 @@ export const CONCRETEART_UNLOCKABLES = [
"TOKEN_OUTFIT_HERO_CONCRETEART",
]
export const SAMBUCA_UNLOCKABLES = [
"TOKEN_OUTFIT_REWARD_HERO_SB_PATCH_SUIT",
"PROP_EXPLOSIVE_PEN_SAMBUCA",
"PROP_GADGET_ROBOT_FLASH_SAMBUCA",
"PROP_MELEE_BLACK_PHONE_CORD_SAMBUCA",
]
export const brokenItems = [
// duped dart gun (thanks IOI)
"835ad050-6d19-4e94-80b1-f5cec9815ba3",