Pseudo-Corp / SynergismOfficial

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Where are the Hepteracts of the Abyss?

KMStanton opened this issue · comments

It seems that the game doesn't give people "Hepteracts of the Abyss", what do I need to do to earn them? I'd ask in discord, but am blocked from it.

updateHTML.ts lines 189-192

const example32 = document.getElementsByClassName("hepteracts") as HTMLCollectionOf<HTMLElement>;
for (const ex of Array.from(example32)) { // Ability to use and gain hepteracts //
    ex.style.display = player.challenge15Exponent >= 1e15 ? "block" : "none";
}

Get over 1e15 in the final challenge and boom, Heptarachs turn on to boost further.

generating hepteract
no hepteracts
I will show what I think is the same issue @KMStanton has.
I can't for the life of me get hepteracts :(

BTW, thanks for a great game!

It did solve itself for some reason, most likely by investing more in cubes and constants.
Thank you and sorry for wasting your time.