Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2619,7 +2619,7 @@ <h4 id="campaignTokenRewardText"></h4>
<p id="corruptionTesseracts" class="tightText" style="color: white"></p>
<p id="corruptionHypercubes" class="chal13 tightText" style="color: white"></p>
<p id="corruptionPlatonicCubes" class="chal14 tightText" style="color: white"></p>
<p id="corruptionHepteracts" class="chal15 tightText" style="color: white"></p>
<p id="corruptionHepteracts" class="hepteracts tightText" style="color: white"></p>
<div id="ascensionAutomation" class="cubeUpgrade10 vAlign">
<button id="ascensionAutoEnable" class="ascendunlock hCenter tight" style="border: 2px solid green"></button>
<button id="ascensionAutoToggle" class="hCenter tight" style="border:2px solid orchid;"></button>
Expand Down
3 changes: 0 additions & 3 deletions src/UpdateHTML.ts
Original file line number Diff line number Diff line change
Expand Up @@ -172,9 +172,6 @@ export const revealStuff = () => {

visualUpdateShop()

const hepts = DOMCacheGetOrSet('corruptionHepteracts')
hepts.style.display = 'block'

document.documentElement.dataset.cookies1 = getGQUpgradeEffect('cookies') ? 'true' : 'false'
document.documentElement.dataset.cookies2 = getGQUpgradeEffect('cookies2') ? 'true' : 'false'
document.documentElement.dataset.cookies3 = getGQUpgradeEffect('cookies3') ? 'true' : 'false'
Expand Down
Loading