Pokemon Emerald: Exclude sacred ash post champion (#4207)
* Pokemon Emerald: Exclude sacred ash post champion * Pokemon Emerald: Remove .value from toggle option check
This commit is contained in:
parent
203d89d1d3
commit
f4b926ebbe
|
@ -297,6 +297,12 @@ class PokemonEmeraldWorld(World):
|
|||
"Safari Zone SE - Hidden Item in South Grass 2",
|
||||
"Safari Zone SE - Item in Grass",
|
||||
])
|
||||
|
||||
# Sacred ash is on Navel Rock, which is locked behind the event tickets
|
||||
if not self.options.event_tickets:
|
||||
exclude_locations([
|
||||
"Navel Rock Top - Hidden Item Sacred Ash",
|
||||
])
|
||||
elif self.options.goal == Goal.option_steven:
|
||||
exclude_locations([
|
||||
"Meteor Falls 1F - Rival Steven",
|
||||
|
|
Loading…
Reference in New Issue