I got this game in the halloween bundle, I was expecting it to be short but it's got so many things to discover it's wonderfull. I launch it via the itch.io app and i have a recurring error while playing, but if i just ignore it it doesn't seem to cause a problem.
[code]
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/phase runners/old_growing.rpy", line 24, in <module>
File "game/phase runners/old_growing.rpy", line 3, in daughter_eat
File "game/classes/daughter.rpy", line 1320, in change_stats
File "game/displayables/particle_displayables.rpy", line 12, in generate_daughter_particles
TypeError: '>' not supported between instances of 'NoneType' and 'int'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "phase runners/old_growing.rpyc", line 24, in script
File "C:\Users\Lhyne\AppData\Roaming\itch\apps\mushroom-musume\MushroomMusume-.4c2-pc\renpy\ast.py", line 1138, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "C:\Users\Lhyne\AppData\Roaming\itch\apps\mushroom-musume\MushroomMusume-.4c2-pc\renpy\python.py", line 1122, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/phase runners/old_growing.rpy", line 24, in <module>
File "game/phase runners/old_growing.rpy", line 3, in daughter_eat
File "game/classes/daughter.rpy", line 1320, in change_stats
File "game/displayables/particle_displayables.rpy", line 12, in generate_daughter_particles
TypeError: '>' not supported between instances of 'NoneType' and 'int'
Windows-10-10.0.19045 AMD64
Ren'Py 8.1.1.23060707
Mushroom Musume .4c2
Sat Oct 21 11:59:05 2023
[/code]