Skip to content

Commit

Permalink
force Groups to have minimal accessibility
Browse files Browse the repository at this point in the history
  • Loading branch information
qwint committed Sep 12, 2024
1 parent 7621889 commit 3faa6c2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions worlds/AutoWorld.py
Original file line number Diff line number Diff line change
Expand Up @@ -480,6 +480,8 @@ def create_group(cls, multiworld: "MultiWorld", new_player_id: int, players: Set
group = cls(multiworld, new_player_id)
group.options = cls.options_dataclass(**{option_key: option.from_any(option.default)
for option_key, option in cls.options_dataclass.type_hints.items()})
from Options import Accessibility
group.options.accessibility.value = Accessibility.option_minimal

return group

Expand Down

0 comments on commit 3faa6c2

Please sign in to comment.