When loading a game that has Ms. Larson with a suppressed professionalism active I get an error, thought I can ignore it and continue.
Full traceback:
File "game/func_action_processing.rpy", line 189, in script call
label show_location_screen:
File "game/script.rpy", line 569, in script
$ validate_char_records(True)
File "E:\Games\JA\SuperPowered_v0.29.00-win\renpy\ast.py", line 862, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "E:\Games\JA\SuperPowered_v0.29.00-win\renpy\python.py", line 1912, in py_exec_bytecode
exec bytecode in globals, locals
File "game/script.rpy", line 569, in <module>
$ validate_char_records(True)
File "game/script.rpy", line 456, in validate_char_records
raise Exception('Char professional attribute for {} does not match get_professional_chars() list'.format(ikey))
Exception: Char professional attribute for larson does not match get_professional_chars() list
While running game code:
File "game/func_action_processing.rpy", line 189, in script call
label show_location_screen:
File "game/script.rpy", line 569, in script
$ validate_char_records(True)
File "game/script.rpy", line 569, in <module>
$ validate_char_records(True)
File "game/script.rpy", line 456, in validate_char_records
raise Exception('Char professional attribute for {} does not match get_professional_chars() list'.format(ikey))
Exception: Char professional attribute for larson does not match get_professional_chars() list