mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-05-27 15:19:55 -07:00
add that locations may be inaccessible to description
This commit is contained in:
+2
-1
@@ -915,7 +915,8 @@ class ItemsAccessibility(Accessibility):
|
|||||||
"""Set rules for reachability of your items/locations.
|
"""Set rules for reachability of your items/locations.
|
||||||
|
|
||||||
Full: ensure everything can be reached and acquired.
|
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."""
|
Minimal: ensure what is needed to reach your goal can be acquired."""
|
||||||
option_items = 1
|
option_items = 1
|
||||||
default = 1
|
default = 1
|
||||||
|
|||||||
Reference in New Issue
Block a user