A message from Goldo from HHS for 0.3t version:
Hi guys,
new patch out:
You must be registered to see the links
This introduces tabs on the Girls screen, hopefully helping with the performance end-game. You can revert to the old behavior in the game menu.
Also, the CG gallery is back!
In other news, I am making progress on the third Kunoichi's story.
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/BKfunctions.rpy", line 12, in <module>
from math import prod
ImportError: cannot import name prod
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "renpy/bootstrap.py", line 331, in bootstrap
renpy.main.main()
File "renpy/main.py", line 492, in main
renpy.game.script.load_script() # sets renpy.game.script.
File "renpy/script.py", line 283, in load_script
self.load_appropriate_file(".rpyc", ".rpy", dir, fn, initcode)
File "renpy/script.py", line 797, in load_appropriate_file
self.finish_load(stmts, initcode, filename=lastfn)
File "renpy/script.py", line 485, in finish_load
node.early_execute()
File "renpy/ast.py", line 985, in early_execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "renpy/python.py", line 2245, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/BKfunctions.rpy", line 12, in <module>
from math import prod
ImportError: cannot import name prod