Issue when navigating the dialogue on Day 26 (Keisuke). After MC says "That's cheating! Teasing me is cheating. Absolutely not allowed. I call foul. For sure a foul!", advancing to the next line of dialogue causes an error.
Markdown below.
```
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/Day26_Keisuke.rpy", line 212, in <module>
NameError: name 'praiseshoichi' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "Day26_Keisuke.rpyc", line 212, in script
File "renpy/ast.py", line 1893, in execute
if renpy.python.py_eval(condition):
File "renpy/python.py", line 2266, in py_eval
return py_eval_bytecode(code, globals, locals)
File "renpy/python.py", line 2259, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/Day26_Keisuke.rpy", line 212, in <module>
NameError: name 'praiseshoichi' is not defined
Windows-10-10.0.19041
Ren'Py 7.4.8.1895
Tennis Ace 0.61P
Tue Feb 28 18:27:49 2023
```