From e4e94f57b40e780fa62fd553df8291d6fbfefffc Mon Sep 17 00:00:00 2001 From: Exempt-Medic <60412657+Exempt-Medic@users.noreply.github.com> Date: Fri, 24 May 2024 13:01:08 -0400 Subject: [PATCH] Fixing description --- worlds/witness/options.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worlds/witness/options.py b/worlds/witness/options.py index 00b58ab86959..887504f6cbdc 100644 --- a/worlds/witness/options.py +++ b/worlds/witness/options.py @@ -76,7 +76,7 @@ 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. + - 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"