Skip to content

Commit e35ed4f

Browse files
committed
Disable all sections on Main Rules tab when randomized
1 parent a586e28 commit e35ed4f

1 file changed

Lines changed: 1 addition & 11 deletions

File tree

SettingsList.py

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -623,17 +623,7 @@ class SettingInfos:
623623
default = False,
624624
disable = {
625625
True: {
626-
'sections': ['shuffle_section'],
627-
'settings': [
628-
'open_forest', 'open_kakariko', 'open_door_of_time', 'zora_fountain', 'gerudo_fortress', 'dungeon_shortcuts_choice',
629-
'dungeon_shortcuts', 'trials_random', 'trials',
630-
'starting_age', 'shuffle_interior_entrances', 'shuffle_hideout_entrances', 'shuffle_gerudo_fortress_heart_piece',
631-
'shuffle_grotto_entrances', 'shuffle_dungeon_entrances',
632-
'shuffle_bosses', 'shuffle_overworld_entrances', 'shuffle_gerudo_valley_river_exit', 'owl_drops', 'warp_songs', 'spawn_positions',
633-
'triforce_hunt', 'triforce_count_per_world', 'triforce_goal_per_world', 'free_bombchu_drops',
634-
'shuffle_mapcompass', 'shuffle_smallkeys', 'shuffle_hideoutkeys', 'shuffle_tcgkeys', 'key_rings_choice', 'key_rings',
635-
'shuffle_silver_rupees', 'silver_rupee_pouches_choice', 'silver_rupee_pouches', 'shuffle_bosskeys', 'enhance_map_compass',
636-
],
626+
'sections': ['open_section', 'world_section', 'shuffle_section', 'shuffle_dungeon_section'],
637627
},
638628
},
639629
shared = True,

0 commit comments

Comments
 (0)