From 067b3a47bc60f71bd60296daccb4288a37c3b3fd Mon Sep 17 00:00:00 2001 From: alwaysintreble Date: Fri, 24 Feb 2023 21:28:54 -0600 Subject: [PATCH] fix a bug in oot --- worlds/oot/Rules.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)