This commit is contained in:
Fabian Dill 2020-09-20 00:03:41 +02:00
parent 31bf0365a3
commit e91f550cdf
1 changed files with 1 additions and 1 deletions

View File

@ -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