Skip to content

Commit

Permalink
Merge pull request #12150 from dpottavio/dpottavio/hyperborea-fix
Browse files Browse the repository at this point in the history
[Hyperborea] Fix DX and CN tests.
  • Loading branch information
mperes authored Sep 18, 2023
2 parents a283a61 + 2f117d1 commit 7339788
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Hyperborea/hyperborea.html
Original file line number Diff line number Diff line change
Expand Up @@ -717,7 +717,7 @@ <h2>Attack</h2>
} else if (dx_val == 17) {
test_dx = 4;
} else if (dx_val >= 18) {
text_dx = 5;
test_dx = 5;
}
setAttrs({
[`test_dx`]: test_dx
Expand Down Expand Up @@ -806,7 +806,7 @@ <h2>Attack</h2>
} else if (cn_val == 17) {
test_cn = 4;
} else if (cn_val >= 18) {
text_cn = 5;
test_cn = 5;
}
setAttrs({
[`test_cn`]: test_cn
Expand Down

0 comments on commit 7339788

Please sign in to comment.