fix: universalPolarityEverywhere not affecting all plexus slots (#1589)
Some checks failed
Build / build (push) Has been cancelled
Build Docker image / docker (push) Has been cancelled

Reviewed-on: #1589
Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com>
Co-committed-by: Sainan <63328889+Sainan@users.noreply.github.com>
This commit is contained in:
Sainan 2025-04-12 18:54:42 -07:00 committed by Sainan
parent 18a13911ba
commit e0200b2111

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