dunno if this has been reported yet:
```
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/scripts/locations/school/school_events/school_soccer/school_soccer_sex_events.rpy", line 184, in script
$ randomnum = renpy.random.randint(1, player.desire)
File "game/scripts/locations/school/school_events/school_soccer/school_soccer_sex_events.rpy", line 184, in <module>
$ randomnum = renpy.random.randint(1, player.desire)
ValueError: empty range for randrange() (1,1, 0)
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/scripts/locations/school/school_events/school_soccer/school_soccer_sex_events.rpy", line 184, in script
$ randomnum = renpy.random.randint(1, player.desire)
File "renpy/ast.py", line 922, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "renpy/python.py", line 2218, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/scripts/locations/school/school_events/school_soccer/school_soccer_sex_events.rpy", line 184, in <module>
$ randomnum = renpy.random.randint(1, player.desire)
File "/home/tom/ab/renpy-build/tmp/install.android-x86_64/lib/python2.7/random.py", line 244, in randint
File "/home/tom/ab/renpy-build/tmp/install.android-x86_64/lib/python2.7/random.py", line 220, in randrange
ValueError: empty range for randrange() (1,1, 0)
Windows-10-10.0.19041
Ren'Py 7.4.6.1693
The Fixer 0.2.34.00
```