From 2bbc38bdd375a52ac4aedeabfb41753524a9f080 Mon Sep 17 00:00:00 2001 From: alwaysintreble Date: Thu, 14 Dec 2023 07:49:43 -0600 Subject: [PATCH] add that locations may be inaccessible to description --- Options.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Options.py b/Options.py index 262436bc33..edbb1f228d 100644 --- a/Options.py +++ b/Options.py @@ -915,7 +915,8 @@ class ItemsAccessibility(Accessibility): """Set rules for reachability of your items/locations. Full: ensure everything can be reached and acquired. - Items: ensure all logically relevant items can be acquired. Some items, such as keys, may be self-locking. + Items: ensure all logically relevant items can be acquired. Some items, such as keys, may be self-locking, and some + locations may be inaccessible. Minimal: ensure what is needed to reach your goal can be acquired.""" option_items = 1 default = 1