From e92bd65f08b665f586fbc6cc7e4a8d06d221219f Mon Sep 17 00:00:00 2001 From: NewSoupVi <57900059+NewSoupVi@users.noreply.github.com> Date: Tue, 9 Sep 2025 01:00:23 +0200 Subject: [PATCH] Simplify sentence --- BaseClasses.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BaseClasses.py b/BaseClasses.py index b576c9db1d..d2caa0dd62 100644 --- a/BaseClasses.py +++ b/BaseClasses.py @@ -1720,7 +1720,7 @@ 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("During playthrough generation, the game was determined not to be beatable. " + raise RuntimeError("During playthrough generation, the game was determined to be unbeatable. " "Something went terribly wrong here. " f"Unreachable progression items: {sphere_candidates}") else: