Skip to content

Commit

Permalink
Witness: Fix option description (ArchipelagoMW#3396)
Browse files Browse the repository at this point in the history
* Fixing description

* Another mistake
  • Loading branch information
Exempt-Medic authored and James Schurig committed Jun 13, 2024
1 parent bf0678b commit 182f654
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions worlds/witness/options.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ class DoorGroupings(Choice):
"""
Controls how door items are grouped.
- None: There will be one key for each door, potentially resulting in upwards of 120 keys being added to the item pool.
- Regional: - All doors in the same general region will open at once with a single key, reducing the amount of door items and complexity.
- Off: There will be one key for each door, potentially resulting in upwards of 120 keys being added to the item pool.
- Regional: All doors in the same general region will open at once with a single key, reducing the amount of door items and complexity.
"""
display_name = "Door Groupings"
option_off = 0
Expand Down

0 comments on commit 182f654

Please sign in to comment.