Spaces:
Running
Running
Update index.html
Browse files- index.html +1 -1
index.html
CHANGED
@@ -115,7 +115,7 @@
|
|
115 |
|
116 |
const matches = countMatches(line);
|
117 |
if (matches === 3) {
|
118 |
-
winAmount +=
|
119 |
} else if (matches === 4) {
|
120 |
winAmount += 5;
|
121 |
} else if (matches === 5) {
|
|
|
115 |
|
116 |
const matches = countMatches(line);
|
117 |
if (matches === 3) {
|
118 |
+
winAmount += .25;
|
119 |
} else if (matches === 4) {
|
120 |
winAmount += 5;
|
121 |
} else if (matches === 5) {
|