I'm a little lost, did this error got fixed?:
```
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/mom_chi.rpy", line 306, in script
if sister_city_rework == 1 and sister_sub>sister_dom:
File "game/mom_chi.rpy", line 306, in <module>
if sister_city_rework == 1 and sister_sub>sister_dom:
NameError: name 'sister_city_rework' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/mom_chi.rpy", line 306, in script
if sister_city_rework == 1 and sister_sub>sister_dom:
File "renpy/ast.py", line 1852, in execute
if renpy.python.py_eval(condition):
File "renpy/python.py", line 2249, in py_eval
return py_eval_bytecode(code, globals, locals)
File "renpy/python.py", line 2242, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/mom_chi.rpy", line 306, in <module>
if sister_city_rework == 1 and sister_sub>sister_dom:
NameError: name 'sister_city_rework' is not defined