fixed corrected everything bonus being applied too often

This commit is contained in:
Miodec 2022-09-04 18:22:24 +02:00
parent 5be476d3e3
commit 2f21bff1a2

View file

@ -452,7 +452,7 @@ async function calculateXp(
let modifier = 1;
const correctedEverything = charStats
.slice(2)
.slice(1)
.every((charStat: number) => charStat === 0);
if (acc === 100) {