Skip to content

Commit

Permalink
Minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mustache0110 committed Sep 8, 2024
1 parent 41764a1 commit ec558f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/Challenges.ts
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ export const challengeDisplay = (i: number, changefocus = true) => {
}
case 2: {
current1 = current2 = format(5 * CalcECC('transcend', player.challengecompletions[2]))
current3 = format(0.25 * CalcECC('transcend', player.challengecompletions[2]), 2, true)
break
}
case 3: {
Expand Down
2 changes: 1 addition & 1 deletion src/Tabs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,6 @@ class $Tab extends HTMLButtonElement {
}
} else {
changeTab(this.#type)
changeTabColor()
}
})
}
Expand Down Expand Up @@ -595,6 +594,7 @@ export const changeTab = (tabs: Tabs, step?: number) => {
G.currentTab = tabRow.getCurrentTab().getType()
player.tabnumber = 0

changeTabColor()
revealStuff()
hideStuff()
;(document.activeElement as HTMLElement | null)?.blur()
Expand Down

0 comments on commit ec558f7

Please sign in to comment.