fix: universalPolarityEverywhere not affecting all necramech slots #891

Merged
Sainan merged 1 commits from necramech-polarities into main 2025-02-03 13:21:13 -08:00
Showing only changes of commit 2118ed497c - Show all commits

View File

@ -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