Disallowing functions and non-arithmetic operators in numbers.

This commit is contained in:
Niels Simenon
2023-04-12 17:13:24 +02:00
parent b791147ce0
commit 27a82b9cdd
2 changed files with 38 additions and 30 deletions

View File

@@ -135,8 +135,8 @@ module.exports = {
},
numbers: {
length: 6,
timeout: 60,
points: [10, 7, 7, 7, 7, 7, 5, 5, 5, 5, 5], // points by distance
timeout: 90,
points: [3, 2, 2, 2, 2, 2, 1, 1, 1, 1, 1], // points by distance
},
riddle: {
timeout: 30,