From c64d466ce14d76da173516063f034a5a3b56197a Mon Sep 17 00:00:00 2001 From: Animan8000 Date: Mon, 14 Apr 2025 07:14:50 -0700 Subject: [PATCH] fix: universalPolarityEverywhere not applying on plexus aura slot (#1614) Reviewed-on: https://onlyg.it/OpenWF/SpaceNinjaServer/pulls/1614 Reviewed-by: Sainan Co-authored-by: Animan8000 Co-committed-by: Animan8000 --- src/controllers/api/inventoryController.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/controllers/api/inventoryController.ts b/src/controllers/api/inventoryController.ts index 805df53d..bf71ae42 100644 --- a/src/controllers/api/inventoryController.ts +++ b/src/controllers/api/inventoryController.ts @@ -202,8 +202,8 @@ export const getInventoryResponse = async ( if (config.universalPolarityEverywhere) { const Polarity: IPolarity[] = []; - // 12 is needed for necramechs. 14 is needed for plexus/crewshipharness. - for (let i = 0; i != 14; ++i) { + // 12 is needed for necramechs. 15 is needed for plexus/crewshipharness. + for (let i = 0; i != 15; ++i) { Polarity.push({ Slot: i, Value: ArtifactPolarity.Any