mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-03-23 03:53:20 -07:00
fix a bug in oot
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user