hey! i ran into a bug in the crystal shop:
```
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/shop.rpy", line 476, in script
if not didnt_ask:
File "game/shop.rpy", line 476, in <module>
if not didnt_ask:
NameError: name 'didnt_ask' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/shop.rpy", line 476, in script
if not didnt_ask:
File "/private/var/folders/t_/490brqn93bz7fmg2r37_7wvh0000gn/T/AppTranslocation/83A6A6C2-BFCC-4D79-A363-BE87C88243B1/d/OneJustNight.app/Contents/Resources/autorun/renpy/ast.py", line 1898, in execute
if renpy.python.py_eval(condition):
File "/private/var/folders/t_/490brqn93bz7fmg2r37_7wvh0000gn/T/AppTranslocation/83A6A6C2-BFCC-4D79-A363-BE87C88243B1/d/OneJustNight.app/Contents/Resources/autorun/renpy/python.py", line 2276, in py_eval
return py_eval_bytecode(code, globals, locals)
File "/private/var/folders/t_/490brqn93bz7fmg2r37_7wvh0000gn/T/AppTranslocation/83A6A6C2-BFCC-4D79-A363-BE87C88243B1/d/OneJustNight.app/Contents/Resources/autorun/renpy/python.py", line 2269, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/shop.rpy", line 476, in <module>
if not didnt_ask:
NameError: name 'didnt_ask' is not defined
Darwin-18.7.0-x86_64-i386-64bit
Ren'Py 7.4.11.2266
One Just Night 1.0
Sun Jul 10 11:22:52 2022
```