fix a bug in oot

This commit is contained in:
alwaysintreble
2023-02-24 21:28:54 -06:00
parent 48090b1a3e
commit 067b3a47bc

View File

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