Excludes the hidden item in Navel Rock if event tickets are not randomized and goal is champion, since the event ticket that allows you to reach Navel Rock is locked behind champion.
How was this tested?
Checked the location progress type of the location after create_regions to make sure it was excluded. Also ran the code when hidden items were turned off to make sure it didn't crash from the location not existing.
What is this fixing or adding?
Excludes the hidden item in Navel Rock if event tickets are not randomized and goal is champion, since the event ticket that allows you to reach Navel Rock is locked behind champion.
How was this tested?
Checked the location progress type of the location after
create_regions
to make sure it was excluded. Also ran the code when hidden items were turned off to make sure it didn't crash from the location not existing.