This commit is contained in:
parent
4b75dbbadf
commit
c41f1ff53e
@ -1773,11 +1773,8 @@ export const addChallenges = (
|
|||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
||||||
let standingToAdd = meta.standing ?? 0;
|
const standingToAdd = meta.standing! * (config.nightwaveStandingMultiplier ?? 1);
|
||||||
if (standingToAdd >= 0) {
|
|
||||||
standingToAdd *= config.nightwaveStandingMultiplier ?? 1;
|
|
||||||
affiliation.Standing += standingToAdd;
|
affiliation.Standing += standingToAdd;
|
||||||
|
|
||||||
if (affiliationMods.length == 0) {
|
if (affiliationMods.length == 0) {
|
||||||
affiliationMods.push({ Tag: nightwaveSyndicateTag });
|
affiliationMods.push({ Tag: nightwaveSyndicateTag });
|
||||||
}
|
}
|
||||||
@ -1786,7 +1783,6 @@ export const addChallenges = (
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
return affiliationMods;
|
return affiliationMods;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user