mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 12:11:33 -06:00
Whoops, fix for backwards cherry-pick
This commit is contained in:
2
Main.py
2
Main.py
@@ -448,7 +448,7 @@ def main(args, seed=None):
|
|||||||
checks_in_area[player]["Dark World"].append(location_id)
|
checks_in_area[player]["Dark World"].append(location_id)
|
||||||
checks_in_area[player]["Total"] += 1
|
checks_in_area[player]["Total"] += 1
|
||||||
|
|
||||||
er_hint_data[player][location_id] = get_entrance_to_region(region, []).name
|
er_hint_data[player][location_id] = get_entrance_to_region(region).name
|
||||||
oldmancaves.append(((location_id, player), (item.code, player)))
|
oldmancaves.append(((location_id, player), (item.code, player)))
|
||||||
|
|
||||||
precollected_items = [[] for player in range(world.players)]
|
precollected_items = [[] for player in range(world.players)]
|
||||||
|
Reference in New Issue
Block a user