diff --git a/Rules.py b/Rules.py index 1a5fa988..b0c17c48 100644 --- a/Rules.py +++ b/Rules.py @@ -102,7 +102,7 @@ def mirrorless_path_to_castle_courtyard(world, player): else: queue.append((entrance.connected_region, new_path)) - raise Exception(f"Could not find mirrorless path to castle coutyard for Player {player}") + raise Exception(f"Could not find mirrorless path to castle courtyard for Player {player}") def set_rule(spot, rule): spot.access_rule = rule