mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-03-25 02:53:21 -07:00
fix conflicts from 993
This commit is contained in:
@@ -880,6 +880,7 @@ class ItemSet(OptionSet):
|
||||
|
||||
class Accessibility(Choice):
|
||||
"""Set rules for reachability of your items/locations.
|
||||
|
||||
Full: ensure everything can be reached and acquired.
|
||||
Minimal: ensure what is needed to reach your goal can be acquired."""
|
||||
display_name = "Accessibility"
|
||||
@@ -891,6 +892,7 @@ class Accessibility(Choice):
|
||||
|
||||
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.
|
||||
Minimal: ensure what is needed to reach your goal can be acquired."""
|
||||
|
||||
Reference in New Issue
Block a user