Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(1 edit)

just went back and tested it that is the cause doing the same thing (using hope on turn 3 and getting hit by as many stars as possible) caused it to happen again, it also causes some funny test bugs

(1 edit) (+1)

ok, thank you for being incredibly specific, I will be updating this fight within the next two weeks (I hope), (changing the placeholder CH5 shadowcrystal attack, modifying dialogue a bit, making a longer ending scene, adding an option to nerf stars, etc.) and should be able to fix this

(1 edit)

I have (finally) been able to replicate it

For whatever reason, it cannot happen on a first attempt, it has to be after using the 'R to restart' thing, which is probably why I've been missing it for so long

(2 edits) (+1)

And now that I know that, I can locate the issue easie...r...

I see the problem

I forgot to put the 'check for death' thing in a loop upon subsequent attempts.
And the way 'check for death' works is:

when Susie's HP is less than 1:
 Check if 'HOPE' is active
  If yes, set HP to 1
  If no, die

but on subsequent attempts, this was not in a loop, so after it triggered once, (and hope was active, so it didn't kill you), it just... stopped

So it turns out I'm just stupid I think