返回提交历史
Modified
src/controllers/api/inventoryController.ts
+2
-2
XFEstudio/XFESpaceNinjaServer
fix: universalPolarityEverywhere not applying on plexus aura slot (#1614)
Reviewed-on: https://onlyg.it/OpenWF/SpaceNinjaServer/pulls/1614 Reviewed-by: Sainan <sainan@calamity.inc> Co-authored-by: Animan8000 <animan8000@noreply.localhost> Co-committed-by: Animan8000 <animan8000@noreply.localhost>
c64d466c
代码差异
1 个文件
+2
-2
@@ -202,8 +202,8 @@ export const getInventoryResponse = async (
202
202
203
203
if (config.universalPolarityEverywhere) {
204
204
const Polarity: IPolarity[] = [];
205
// 12 is needed for necramechs. 14 is needed for plexus/crewshipharness.
206
for (let i = 0; i != 14; ++i) {
205
// 12 is needed for necramechs. 15 is needed for plexus/crewshipharness.
206
for (let i = 0; i != 15; ++i) {
207
207
Polarity.push({
208
208
Slot: i,
209
209
Value: ArtifactPolarity.Any