Skip to content

Commit

Permalink
Don't exit early when modifying star way entrance edges. New glitch l…
Browse files Browse the repository at this point in the history
…ogic means there are possibly multiple edges leading into star way
  • Loading branch information
Phantom5800 committed Nov 21, 2024
1 parent 2fbcbce commit 87f0de1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rando_modules/modify_entrances.py
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,6 @@ def set_starway_requirements(
):
world_graph["HOS_01/0"]["edge_list"][index]["reqs"].extend(added_requirements)
#print(world_graph["HOS_01/0"]["edge_list"][index]["reqs"])
break

# add requirements to chapter 8 jr. troopa and both bowser battles, so the
# logic doesn't require going through them too early
Expand Down

0 comments on commit 87f0de1

Please sign in to comment.