Found an exception error in the puzzle mini-game:
```
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/kGame/kPuzzle.rpy", line 43, in <module>
File "game/kGame/kPuzzle.rpy", line 301, in interact
File "game/kGame/kPuzzle.rpy", line 714, in event
AttributeError: 'NoneType' object has no attribute 'click'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "kPlaces/!places.rpyc", line 190, in script call
File "kPlaces/home/playerBedroom.rpyc", line 46, in script call
File "kGame/kPuzzle.rpyc", line 40, in script
File "renpy/ast.py", line 922, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "renpy/python.py", line 2218, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/kGame/kPuzzle.rpy", line 43, in <module>
File "game/kGame/kPuzzle.rpy", line 301, in interact
File "renpy/ui.py", line 298, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "renpy/display/core.py", line 3276, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
File "renpy/display/core.py", line 4100, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "renpy/display/layout.py", line 1062, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/layout.py", line 1062, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/layout.py", line 1062, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "game/kGame/kPuzzle.rpy", line 714, in event
AttributeError: 'NoneType' object has no attribute 'click'
Windows-10-10.0.22621
Ren'Py 7.4.6.1693
Area69 0.80
Fri Mar 29 09:35:43 2024
```