Witness: Fix option description (#3396)

* Fixing description

* Another mistake
This commit is contained in:
Exempt-Medic 2024-05-24 13:32:23 -04:00 committed by GitHub
parent 8045c8717c
commit 18390ecc09
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -76,8 +76,8 @@ class DoorGroupings(Choice):
""" """
Controls how door items are grouped. 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. - 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. - 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" display_name = "Door Groupings"
option_off = 0 option_off = 0