Picked up the game, when I try to start a new game, these exceptions occur. If I ignore to try to move past it, I get more exceptions, after selecting performance settings and etc, and instead of crashing or continuing after ignoring there, it just goes back to the front menu, where I can choose new game again and repeat.
```
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/new.rpy", line 887, in <module>
File "game/system/generator_randomized_npc.rpy", line 1373, in generate_npc
NameError: name 'hair_list_male' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "new.rpyc", line 887, in script
File "renpy/ast.py", line 1131, in execute
File "renpy/python.py", line 1061, in py_exec_bytecode
File "game/new.rpy", line 887, in <module>
File "game/system/generator_randomized_npc.rpy", line 1373, in generate_npc
NameError: name 'hair_list_male' is not defined
```