summary refs log tree commit diff stats
path: root/options.py
diff options
context:
space:
mode:
Diffstat (limited to 'options.py')
-rw-r--r--options.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/options.py b/options.py index ec6158f..ed14264 100644 --- a/options.py +++ b/options.py
@@ -1,6 +1,6 @@
1from dataclasses import dataclass 1from dataclasses import dataclass
2 2
3from Options import Toggle, Choice, DefaultOnToggle, Range, PerGameCommonOptions 3from Options import Toggle, Choice, DefaultOnToggle, Range, PerGameCommonOptions, StartInventoryPool
4 4
5 5
6class ShuffleDoors(Choice): 6class ShuffleDoors(Choice):
@@ -136,3 +136,4 @@ class LingoOptions(PerGameCommonOptions):
136 trap_percentage: TrapPercentage 136 trap_percentage: TrapPercentage
137 puzzle_skip_percentage: PuzzleSkipPercentage 137 puzzle_skip_percentage: PuzzleSkipPercentage
138 death_link: DeathLink 138 death_link: DeathLink
139 start_inventory_from_pool: StartInventoryPool