New game does not work at the latest git pull.
```
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script.rpy", line 217, in script call
call initialize_game_state(store.name,store.b_name,store.l_name,return_arrays[0],return_arrays[1],return_arrays[2]) from _call_initialize_game_state
File "game/script.rpy", line 672, in script
python:
File "game/script.rpy", line 677, in <module>
call_global_func(list_of_instantiation_functions[c])
TypeError: create_event() got multiple values for argument 'day_restriction'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/script.rpy", line 217, in script call
call initialize_game_state(store.name,store.b_name,store.l_name,return_arrays[0],return_arrays[1],return_arrays[2]) from _call_initialize_game_state
File "game/script.rpy", line 672, in script
python:
File "/media/tu/798f5ace-a816-4e64-8fee-4a5ea4fdc00d/home/bd/Downloads/lab_rats2/renpy-8.3.4-sdk/renpy/ast.py", line 827, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "/media/tu/798f5ace-a816-4e64-8fee-4a5ea4fdc00d/home/bd/Downloads/lab_rats2/renpy-8.3.4-sdk/renpy/python.py", line 1178, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/script.rpy", line 677, in <module>
call_global_func(list_of_instantiation_functions[c])
File "game/helper_functions/misc_helpers_ren.py", line 76, in call_global_func
return globals()[func_name](*args, **kwargs)
File "game/people/Nora/nora_definition_ren.py", line 109, in create_nora_character
add_nora_bar_meetup_initial_meeting_action()
File "game/people/Nora/nora_events_ren.py", line 97, in add_nora_bar_meetup_initial_meeting_action
mc.create_event("nora_bar_meetup_initial_meeting_label", "Meet with Nora", day_restriction = 5, time_restriction = 4, person = nora)
TypeError: create_event() got multiple values for argument 'day_restriction'
Linux-6.8.0-59-generic-x86_64-with-glibc2.35 x86_64
Ren'Py 8.3.4.24120703
Lab Rats 2 - Down to Business 2025.07-beta
Sat May 3 17:58:29 2025
```