Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

No, I'm a loyal user of this game. I don't like cheating, and I don't know how to do it either. So, this save was created with my own time and energy. Before it was updated, when I was bored, I would use this save to crazily spend medicine money and numerical values. If this is the reason that led to an error, then I would be very aggrieved

(+1)

You can use the renpy console to fix it.

if han2 in maincharas:

    maincharas.remove(han2)

if fuk in maincharas:

    maincharas.remove(fuk)

That will fix. I'd need more details on how to recreate the problem for a permanent solution though.