I get an error name 'dress_cost" is not defined when talking to bobby during the pixies and dress buying phase.
```
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/scripts/plot/act_1_new/chapter_3/elf_dialogues.rpy", line 170, in <module>
NameError: name 'dress_cost' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "script.rpyc", line 119, in script call
File "scripts/plot/plot_menu.rpyc", line 203, in script call
File "scripts/plot/act_2_new/act2_new_menu.rpyc", line 18, in script call
File "scripts/plot/act_2_new/chapter_2/menus.rpyc", line 557, in script call
File "mechanics/person_menu.rpyc", line 28, in script call
File "scripts/plot/act_1_new/chapter_3/elf_dialogues.rpyc", line 169, in script
File "F:\Downloads\Innocent_Witches-0-10-alpha-pc(1)\Innocent_Witches-0-10-alpha-pc\renpy\ast.py", line 1903, in execute
choice = renpy.exports.menu(choices, self.set, args, kwargs, item_arguments)
File "F:\Downloads\Innocent_Witches-0-10-alpha-pc(1)\Innocent_Witches-0-10-alpha-pc\renpy\exports.py", line 976, in menu
condition = renpy.python.py_eval(condition)
File "F:\Downloads\Innocent_Witches-0-10-alpha-pc(1)\Innocent_Witches-0-10-alpha-pc\renpy\python.py", line 1080, in py_eval
return py_eval_bytecode(code, globals, locals)
File "F:\Downloads\Innocent_Witches-0-10-alpha-pc(1)\Innocent_Witches-0-10-alpha-pc\renpy\python.py", line 1073, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/scripts/plot/act_1_new/chapter_3/elf_dialogues.rpy", line 170, in <module>
NameError: name 'dress_cost' is not defined
Windows-10-10.0.19044 AMD64
Ren'Py 8.0.1.22070801
Innocent Witches 0.10-alpha
Thu Nov 3 08:12:35 2022
```