lol score total typo

This commit is contained in:
2026-05-29 22:32:55 -05:00
parent 5f872d1608
commit 14b413ebbd
+1 -1
View File
@@ -3,7 +3,7 @@ export function isIndividualScoreValid(n: number): boolean {
} }
export function requiredRoundSum(playerCount: number): number { export function requiredRoundSum(playerCount: number): number {
if (playerCount === 3) return -105 if (playerCount === 3) return -95
if (playerCount >= 7) return -100 if (playerCount >= 7) return -100
return -110 return -110
} }