Skip to content

Commit 8a7c400

Browse files
committed
fix: replace remaining magic number in initSkillXP
1 parent 6684f25 commit 8a7c400

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/assets/js/script.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1214,7 +1214,7 @@ function initSkillXP() {
12141214
.getElementById("dev-tools")
12151215
?.hasAttribute("data-lock");
12161216
if (!isLocked) {
1217-
addExperience(1);
1217+
addExperience(XP_MOUSE_HOVER);
12181218
createFloatingXP(e);
12191219

12201220
// Fancy scale-up on hover

0 commit comments

Comments
 (0)