fix: universalPolarityEverywhere not applying on plexus aura slot
All checks were successful
Build / build (pull_request) Successful in 1m28s

15 is the right number. Universal polarity on the aura slot can be used for increasing mod capacity even further.
This commit is contained in:
Animan8000 2025-04-13 08:54:09 -07:00
parent aacd089123
commit 2417f2ac13

View File

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