We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 569b545 + 920ccac commit 71c328bCopy full SHA for 71c328b
src/Regions.py
@@ -62,7 +62,7 @@ def create_region(world: World, multiworld: MultiWorld, player: int, name: str,
62
loc_id = world.location_name_to_id.get(location, 0)
63
locationObj = ManualLocation(player, location, loc_id, ret)
64
if location_name_to_location[location].get('prehint'):
65
- multiworld.start_location_hints[player].value.add(location)
+ world.options.start_location_hints.value.add(location)
66
ret.locations.append(locationObj)
67
if exits:
68
for exit in exits:
0 commit comments