typo fix
This commit is contained in:
parent
31bf0365a3
commit
e91f550cdf
2
Rules.py
2
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
|
||||
|
|
Loading…
Reference in New Issue