#Hepteract gain not working despite meeting the requirements to gain them

2 messages · Page 1 of 1 (latest)

vivid path
#

For some reason, hepteract gain just doesn't want to work even though I have the achievement and score to gain them. I started encountering this bug very recently (like, an hour ago recently). My best guess is that it's because I don't have the C15 exponent to actually use hepteracts, but (to my knowledge) having 1e15 expo has never been required to actually gain them.

cunning egret
#

ok so in the code there was always a check for c15 expo >= 1e15 (first image)

but because of some other code (second image), that check would always pass regardless of whether you actually had the expo or not

now (after the patch just now) that second image's code is gone since the calculations were redone, so the check is now in effect again