fixed roll.js
- Three-of-a-kind should now be detected properly.
This commit is contained in:
parent
f03997c4a4
commit
5fa74ed101
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue