Have the solve incrementation use the proper config option
This commit is contained in:
parent
c84a298569
commit
ba386e1247
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ const route: ServerRoute = {
|
||||||
if (guess === solved) {
|
if (guess === solved) {
|
||||||
won = true;
|
won = true;
|
||||||
} else {
|
} else {
|
||||||
data.incorrect += config.game.incorrect_solve_penalty;
|
data.incorrect += config.game.penalties.solve;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue