mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
[PKMN RB] Fixes faulty logic in Victory Road 1 #4191
This commit is contained in:
@@ -94,6 +94,9 @@ def set_rules(multiworld, world, player):
|
||||
|
||||
"Route 22 - Trainer Parties": lambda state: state.has("Oak's Parcel", player),
|
||||
|
||||
"Victory Road 1F - Top Item": lambda state: logic.can_strength(state, world, player),
|
||||
"Victory Road 1F - Left Item": lambda state: logic.can_strength(state, world, player),
|
||||
|
||||
# # Rock Tunnel
|
||||
"Rock Tunnel 1F - PokeManiac": lambda state: logic.rock_tunnel(state, world, player),
|
||||
"Rock Tunnel 1F - Hiker 1": lambda state: logic.rock_tunnel(state, world, player),
|
||||
|
Reference in New Issue
Block a user