Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

the mission part just glitched! I already managed to finish it but the game talks about still missing things, I solved the riddles, removed the weeds and paid for the necklace, but it's still saying that I haven't finished

(I'm playing for the Android version and the mission is the one in the chief werewolf)

That quest has some bugs. Specifically, if you have cleared out the weeds multiple times or tried to collect the amulet multiple times, you'll bug out the quest.

Both of those actions increment a status counter in the quest code, if you do each a single time the counter should end on a 4. However, the counter isn't reset if you leave the cave, so if you do either again you can get the counter to a higher number. Uffe's code specifically checks for '4', not '4 and higher', so if you made this mistake you'll have to load an earlier save.

It is also possible to just edit Uffe's code to check for 4 and higher, but I'm not sure how that could be done on Android.

Hey hey! I'm very sorry about this! The original idea was to use the progress checker to check the quest completion, but in the patreon update something else went wrong and I scrapped the whole idea. I didn't foresee the bug with the 4 thing, but it should work better now! Thank you again for the explanation!