Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Seems that some new code slipped into the hotfix, and the old code doesn't recognized it. Try replacing:

"elif globals.expansion.settings.lactationstressenabled == true:"

with:

"else:"

Worked like a charm, thank you!

That's the problem with trying to bugfix mid update. Thanks Ank!

Replacing "true" with "else" at that place causes this to happen for me:
It now wont open the slaves personal pages when you click them.

You made a mistake on that line, based on your comment you replaced part of the line with "else". But the intended fix requires you to replace the entire text on that line with "else:".

Ohhh...ok my bad.