Does anyone know what is probably causing this error on the scene after vising the costume shop with Penelope?
```
I'm sorry, but an uncaught exception occurred.
While running game code:
TypeError: cannot unpack non-iterable NoneType object
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "v2/v2.rpyc", line 4201, in script
File "Z:\home\arkhamtheknight\College Kings-Act.1.v1.4.18-pc-compressed\renpy\ast.py", line 1363, in execute
renpy.exports.with_statement(trans, paired=paired)
File "Z:\home\arkhamtheknight\College Kings-Act.1.v1.4.18-pc-compressed\renpy\exports.py", line 1782, in with_statement
return renpy.game.interface.do_with(trans, paired, clear=clear)
File "Z:\home\arkhamtheknight\College Kings-Act.1.v1.4.18-pc-compressed\renpy\display\core.py", line 1549, in do_with
return self.interact(trans_pause=True,
File "Z:\home\arkhamtheknight\College Kings-Act.1.v1.4.18-pc-compressed\renpy\display\core.py", line 2166, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore
File "Z:\home\arkhamtheknight\College Kings-Act.1.v1.4.18-pc-compressed\renpy\display\core.py", line 2688, in interact_core
root_widget.visit_all(lambda d : d.per_interact())
File "Z:\home\arkhamtheknight\College Kings-Act.1.v1.4.18-pc-compressed\renpy\display\displayable.py", line 431, in visit_all
d.visit_all(callback, seen)
File "Z:\home\arkhamtheknight\College Kings-Act.1.v1.4.18-pc-compressed\renpy\display\displayable.py", line 431, in visit_all
d.visit_all(callback, seen)
File "Z:\home\arkhamtheknight\College Kings-Act.1.v1.4.18-pc-compressed\renpy\display\displayable.py", line 431, in visit_all
d.visit_all(callback, seen)
[Previous line repeated 1 more time]
File "Z:\home\arkhamtheknight\College Kings-Act.1.v1.4.18-pc-compressed\renpy\display\screen.py", line 485, in visit_all
self.child.visit_all(callback, seen=None)
File "Z:\home\arkhamtheknight\College Kings-Act.1.v1.4.18-pc-compressed\renpy\display\displayable.py", line 431, in visit_all
d.visit_all(callback, seen)
File "Z:\home\arkhamtheknight\College Kings-Act.1.v1.4.18-pc-compressed\renpy\display\displayable.py", line 431, in visit_all
d.visit_all(callback, seen)
File "Z:\home\arkhamtheknight\College Kings-Act.1.v1.4.18-pc-compressed\renpy\display\displayable.py", line 431, in visit_all
d.visit_all(callback, seen)
[Previous line repeated 2 more times]
File "Z:\home\arkhamtheknight\College Kings-Act.1.v1.4.18-pc-compressed\renpy\display\displayable.py", line 421, in visit_all
for d in self.visit():
File "Z:\home\arkhamtheknight\College Kings-Act.1.v1.4.18-pc-compressed\renpy\display\layout.py", line 1525, in visit
self.update(self.last_st, self.last_at)
File "Z:\home\arkhamtheknight\College Kings-Act.1.v1.4.18-pc-compressed\renpy\display\layout.py", line 1536, in update
raw_child, redraw = self.function(st, at, *self.args, **self.kwargs)
TypeError: cannot unpack non-iterable NoneType object