From e91f550cdfca9c5464b770c7675373386287a708 Mon Sep 17 00:00:00 2001 From: Fabian Dill Date: Sun, 20 Sep 2020 00:03:41 +0200 Subject: [PATCH] typo fix --- Rules.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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