```
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/showers.rpy", line 11, in script
$renpy.jump(renpy.random.choice(shower_event_pool))
File "game/showers.rpy", line 11, in <module>
$renpy.jump(renpy.random.choice(shower_event_pool))
IndexError: list index out of range
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/showers.rpy", line 11, in script
$renpy.jump(renpy.random.choice(shower_event_pool))
File "D:\Downloads\Deep Freeze\DeepFreeze-1.0-pc\DeepFreeze-0.1\renpy\ast.py", line 912, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "D:\Downloads\Deep Freeze\DeepFreeze-1.0-pc\DeepFreeze-0.1\renpy\python.py", line 2004, in py_exec_bytecode
exec bytecode in globals, locals
File "game/showers.rpy", line 11, in <module>
$renpy.jump(renpy.random.choice(shower_event_pool))
File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/random.py", line 275, in choice
IndexError: list index out of range
Windows-8-6.2.9200
Ren'Py 7.3.2.320
Deep Freeze 1.0
Sat Oct 05 19:11:00 2019
```