lufia2ac: switch to new options system (#2289)

This commit is contained in:
el-u
2023-10-15 04:53:28 +02:00
committed by GitHub
parent fffbe68428
commit 63c7f1deae
2 changed files with 8 additions and 6 deletions

View File

@@ -5,7 +5,8 @@ from dataclasses import dataclass
from itertools import accumulate, chain, combinations
from typing import Any, cast, Dict, Iterator, List, Mapping, Optional, Set, Tuple, Type, TYPE_CHECKING, Union
from Options import AssembleOptions, Choice, DeathLink, ItemDict, Range, SpecialRange, TextChoice, Toggle
from Options import AssembleOptions, Choice, DeathLink, ItemDict, PerGameCommonOptions, Range, SpecialRange, \
TextChoice, Toggle
from .Enemies import enemy_name_to_sprite
if TYPE_CHECKING:
@@ -697,7 +698,7 @@ class ShufflePartyMembers(Toggle):
@dataclass
class L2ACOptions:
class L2ACOptions(PerGameCommonOptions):
blue_chest_chance: BlueChestChance
blue_chest_count: BlueChestCount
boss: Boss