fixed roll.js

- Three-of-a-kind should now be detected properly.
This commit is contained in:
Saw, Hansly Kendrich 2022-09-15 21:18:07 +08:00
parent f03997c4a4
commit 5fa74ed101
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ function rollDiceWithResults() {
if (value_dices_numbers.six == 3) {count_threes++};
if (count_threes == 2) {
result_number = 3.2;
result_number = 2.1;
};
};