The Messenger: override start_inventory description (#1695)

* The Messenger: override start_inventory description

* use StartInventoryPool directly
This commit is contained in:
alwaysintreble 2023-05-20 19:54:50 -05:00 committed by GitHub
parent 54ea917c48
commit e80f3206b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
from Options import DefaultOnToggle, DeathLink, Range, Accessibility, Choice, Toggle
from Options import DefaultOnToggle, DeathLink, Range, Accessibility, Choice, Toggle, StartInventoryPool
class MessengerAccessibility(Accessibility):
@ -70,6 +70,7 @@ class RequiredSeals(Range):
messenger_options = {
"accessibility": MessengerAccessibility,
"start_inventory": StartInventoryPool,
"logic_level": Logic,
"shuffle_seals": PowerSeals,
"shuffle_shards": MegaShards,