Skip to content

Commit

Permalink
Fixed ambrosia unlock (#597)
Browse files Browse the repository at this point in the history
  • Loading branch information
httpsnet authored Jun 2, 2024
1 parent bdcdcf3 commit b7921f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Tabs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -659,7 +659,7 @@ export const changeSubTab = (tabs: Tabs, { page, step }: SubTabSwitchOptions) =>

if (subTabList.unlocked) {
subTabs.tabSwitcher?.()(subTabList.subTabID)
if (tab.getType() === Tabs.Singularity && page === 4) {
if (tab.getType() === Tabs.Singularity && page === 3) {
player.visitedAmbrosiaSubtab = true
player.caches.ambrosiaGeneration.updateVal('DefaultVal')
}
Expand Down

0 comments on commit b7921f3

Please sign in to comment.