From 3b3edaced4ba1b553fa50dbc29710b28a93ec808 Mon Sep 17 00:00:00 2001 From: Sainan Date: Mon, 3 Feb 2025 13:21:12 -0800 Subject: [PATCH] fix: universalPolarityEverywhere not affecting all necramech slots (#891) Fixes #890 Reviewed-on: http://209.141.38.3/OpenWF/SpaceNinjaServer/pulls/891 --- src/controllers/api/inventoryController.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/controllers/api/inventoryController.ts b/src/controllers/api/inventoryController.ts index 2cd5f6bd..d614b147 100644 --- a/src/controllers/api/inventoryController.ts +++ b/src/controllers/api/inventoryController.ts @@ -195,7 +195,7 @@ export const getInventoryResponse = async ( if (config.universalPolarityEverywhere) { const Polarity: IPolarity[] = []; - for (let i = 0; i != 10; ++i) { + for (let i = 0; i != 12; ++i) { Polarity.push({ Slot: i, Value: ArtifactPolarity.Any