I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/scripts/main_classes/event/event_wrappers.rpy", line 54, in script
$ current_event.apply_impacts()
File "game/scripts/main_classes/event/event_wrappers.rpy", line 54, in <module>
$ current_event.apply_impacts()
ValueError: empty range for randrange() (3500, 2001, -1499)
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/scripts/main_classes/event/event_wrappers.rpy", line 54, in script
$ current_event.apply_impacts()
File "C:\TempT\CorruptedAcademy-0.527-pc\CorruptedAcademy-0.527-pc\renpy\ast.py", line 827, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "C:\TempT\CorruptedAcademy-0.527-pc\CorruptedAcademy-0.527-pc\renpy\python.py", line 1178, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/scripts/main_classes/event/event_wrappers.rpy", line 54, in <module>
$ current_event.apply_impacts()
File "game/scripts/main_classes/event/class_event_ren.py", line 535, in apply_impacts
participant.apply_impacts(participant_impacts, self.target)
File "game/scripts/main_classes/girl/class_girl_ren.py", line 2080, in apply_impacts
impact_amount = get_random_amount_from_tuple(impact_amount)
File "game/scripts/utils/utils_ren.py", line 1290, in get_random_amount_from_tuple
amount = renrandom.randint(min_range, max_range)
File "lib/python3.9/random.py", line 338, in randint
File "lib/python3.9/random.py", line 316, in randrange
ValueError: empty range for randrange() (3500, 2001, -1499)
Windows-10-10.0.26100 AMD64
Ren'Py 8.3.4.24120703
Corrupted Academy 0.5402
Fri Oct 17 12:50:46 2025