Changed detection curve to linear

This commit is contained in:
2026-02-01 15:14:03 +05:30
parent 165386ebc3
commit 6223a08af9

View File

@@ -73,9 +73,9 @@ SCORE_DELAYS = {
0: 5,
1: 10,
2: 20,
3: 60,
4: 120,
5: 240,
3: 20,
4: 20,
5: 20,
}