Skip to content

Commit

Permalink
FIx bookmarklet Final Exam Boss stage
Browse files Browse the repository at this point in the history
  • Loading branch information
tsitu committed Apr 28, 2024
1 parent 25ee6e8 commit 4454d6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/bookmarklet/bm-cre.js
Original file line number Diff line number Diff line change
Expand Up @@ -472,6 +472,7 @@
return course["is_boss_encounter"] ? "Shadow Sciences - Boss" : "Shadow Sciences";
} else if (course["course_type"] === "exam_course") {
let pName = course["is_boss_encounter"] ? "Final Exam - Boss" : "Final Exam - ";
if (course["is_boss_encounter"]) return pName;
if (course["power_type"] === "arcane") pName += "Arcane";
if (course["power_type"] === "shadow") pName += "Shadow";
return pName;
Expand Down
1 change: 1 addition & 0 deletions src/bookmarklet/bm-setup-fields.js
Original file line number Diff line number Diff line change
Expand Up @@ -460,6 +460,7 @@
return course["is_boss_encounter"] ? "Shadow Sciences - Boss" : "Shadow Sciences";
} else if (course["course_type"] === "exam_course") {
let pName = course["is_boss_encounter"] ? "Final Exam - Boss" : "Final Exam - ";
if (course["is_boss_encounter"]) return pName;
if (course["power_type"] === "arcane") pName += "Arcane";
if (course["power_type"] === "shadow") pName += "Shadow";
return pName;
Expand Down

0 comments on commit 4454d6e

Please sign in to comment.