From 3c7331b206869c085126a35e026283aab54685cc Mon Sep 17 00:00:00 2001 From: NewSoupVi <57900059+NewSoupVi@users.noreply.github.com> Date: Tue, 9 Sep 2025 00:58:55 +0200 Subject: [PATCH] Reword --- BaseClasses.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/BaseClasses.py b/BaseClasses.py index 2af5f7cff8..b576c9db1d 100644 --- a/BaseClasses.py +++ b/BaseClasses.py @@ -1720,8 +1720,9 @@ class Spoiler: location.item.name, location.item.player, location.name, location.player) for location in sphere_candidates]) if not multiworld.has_beaten_game(state): - raise RuntimeError(f'Not all progression items reachable ({sphere_candidates}), and as a result, ' - f'the multiworld was not beatable. Something went terribly wrong here.') + raise RuntimeError("During playthrough generation, the game was determined not to be beatable. " + "Something went terribly wrong here. " + f"Unreachable progression items: {sphere_candidates}") else: self.unreachables = sphere_candidates break