[PKMN RB] Fixes faulty logic in Victory Road 1 #4191

This commit is contained in:
palex00
2024-11-14 23:50:36 +01:00
committed by GitHub
parent 6c9b7eca10
commit 70b9b97841

View File

@@ -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),