fix: universalPolarityEverywhere not affecting all plexus slots
All checks were successful
Build / build (push) Successful in 1m26s
Build / build (pull_request) Successful in 55s

This commit is contained in:
Sainan 2025-04-12 15:33:37 +02:00
parent 5c6b4b5779
commit ddc37e2ecd

View File

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