Is this game still in development? Btw, I reached end of content for everyone except Erza. It seems Erza's content is bugged as at 20 lust, calling her home gives the following traceback:
While running game code:
File "game/erza scenes.rpy", line 1854, in script
show erza normal with Dissolve:
Exception: Expected transition to be a displayable, not a <partial <class 'renpy.display.transition.Dissolve'> () {'old_widget': <renpy.display.layout.Fixed object at 0x00000000079f6190>, 'new_widget': <renpy.display.layout.Fixed object at 0x00000000082ee280>}>
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/erza scenes.rpy", line 1854, in script
show erza normal with Dissolve:
File "D:\Games\OfPotionsandSpells-0.7.2-pc\renpy\ast.py", line 1658, in execute
renpy.exports.with_statement(trans, paired=paired)
File "D:\Games\OfPotionsandSpells-0.7.2-pc\renpy\exports.py", line 1657, in with_statement
return renpy.game.interface.do_with(trans, paired, clear=clear)
File "D:\Games\OfPotionsandSpells-0.7.2-pc\renpy\display\core.py", line 2798, in do_with
return self.interact(trans_pause=True,
File "D:\Games\OfPotionsandSpells-0.7.2-pc\renpy\display\core.py", line 3377, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore
File "D:\Games\OfPotionsandSpells-0.7.2-pc\renpy\display\core.py", line 3757, in interact_core
raise Exception("Expected transition to be a displayable, not a %r" % trans)
Exception: Expected transition to be a displayable, not a <partial <class 'renpy.display.transition.Dissolve'> () {'old_widget': <renpy.display.layout.Fixed object at 0x00000000079f6190>, 'new_widget': <renpy.display.layout.Fixed object at 0x00000000082ee280>}>