awacke1 commited on
Commit
024ed5f
Β·
1 Parent(s): 22654b1

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +1 -1
index.html CHANGED
@@ -115,7 +115,7 @@
115
 
116
  const matches = countMatches(line);
117
  if (matches === 3) {
118
- winAmount += 1;
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) {