diff --git a/worlds/oot/Rules.py b/worlds/oot/Rules.py index 1f44cebdcf..9bcb42ab72 100644 --- a/worlds/oot/Rules.py +++ b/worlds/oot/Rules.py @@ -223,7 +223,7 @@ def set_shop_rules(ootworld): # The goal is to automatically set item rules based on age requirements in case entrances were shuffled def set_entrances_based_rules(ootworld): - if ootworld.multiworld.accessibility == 'beatable': + if ootworld.multiworld.accessibility[ootworld.player] == 'minimal': return all_state = ootworld.multiworld.get_all_state(False)