Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+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.