Hey, I like this game so far, even if the protagonist is a complete moron who keeps repeating the same stupid mistakes every time ^^
But I had a bug when trying to initiate the Exam minigame with Luna in the new version :/ this is what the tracelog looks like:
```
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/scripts/plot/act_2/chapter_1/luna_dialogues.rpy", line 1734, in <module>
File "game/mechanics/persons/main.rpy", line 326, in set_style_handler
File "game/mechanics/persons/main.rpy", line 520, in update_style_handler
File "game/mechanics/persons/main.rpy", line 468, in update_style_handler
NameError: global name 'kind' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "script.rpyc", line 66, in script call
File "scripts/plot/plot_menu.rpyc", line 189, in script call
File "scripts/plot/act_2_new/act2_new_menu.rpyc", line 12, in script call
File "scripts/plot/act_2_new/chapter_1/menus.rpyc", line 558, in script call
File "mechanics/clock.rpyc", line 411, in script call
File "locations/cabinet/logic.rpyc", line 110, in script call
File "scripts/plot/act_2/chapter_1/luna_dialogues.rpyc", line 1734, in script
File "renpy/ast.py", line 928, in 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/scripts/plot/act_2/chapter_1/luna_dialogues.rpy", line 1734, in <module>
File "game/mechanics/persons/main.rpy", line 326, in set_style_handler
File "game/mechanics/persons/main.rpy", line 520, in update_style_handler
File "game/mechanics/persons/main.rpy", line 468, in update_style_handler
NameError: global name 'kind' is not defined
Windows-10-10.0.19041
Ren'Py 7.5.0.166n
Innocent Witches 0.9-alpha
Tue Apr 19 12:12:08 2022
```
I have no clue how to fix that ^^ I play with nn222's fix to avoid the launch lockout, maybe that caused the bug? If someone could help me with this, it would be very much appreciated