fix: universalPolarityEverywhere not applying on plexus aura slot (#1614)
All checks were successful
Build Docker image / docker (push) Successful in 47s
Build / build (push) Successful in 1m27s

Reviewed-on: #1614
Reviewed-by: Sainan <sainan@calamity.inc>
Co-authored-by: Animan8000 <animan8000@noreply.localhost>
Co-committed-by: Animan8000 <animan8000@noreply.localhost>
This commit is contained in:
Animan8000 2025-04-14 07:14:50 -07:00 committed by Sainan
parent c8ae3d688f
commit c64d466ce1

View File

@ -202,8 +202,8 @@ export const getInventoryResponse = async (
if (config.universalPolarityEverywhere) { if (config.universalPolarityEverywhere) {
const Polarity: IPolarity[] = []; const Polarity: IPolarity[] = [];
// 12 is needed for necramechs. 14 is needed for plexus/crewshipharness. // 12 is needed for necramechs. 15 is needed for plexus/crewshipharness.
for (let i = 0; i != 14; ++i) { for (let i = 0; i != 15; ++i) {
Polarity.push({ Polarity.push({
Slot: i, Slot: i,
Value: ArtifactPolarity.Any Value: ArtifactPolarity.Any