From 6f6bf413ea38b8e3cccf184317aef27a23fdc3f9 Mon Sep 17 00:00:00 2001 From: CookieCat Date: Sat, 18 May 2024 19:18:36 -0400 Subject: [PATCH] missing option in groups --- worlds/ahit/Options.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/worlds/ahit/Options.py b/worlds/ahit/Options.py index 77ca1b62b2..715de997c6 100644 --- a/worlds/ahit/Options.py +++ b/worlds/ahit/Options.py @@ -703,8 +703,8 @@ class AHITOptions(PerGameCommonOptions): ahit_option_groups: Dict[str, List[Any]] = { "General Options": [EndGoal, ShuffleStorybookPages, ShuffleAlpineZiplines, ShuffleSubconPaintings, - MinPonCost, MaxPonCost, BadgeSellerMinItems, BadgeSellerMaxItems, LogicDifficulty, - NoPaintingSkips, CTRLogic], + ShuffleActContracts, MinPonCost, MaxPonCost, BadgeSellerMinItems, BadgeSellerMaxItems, + LogicDifficulty, NoPaintingSkips, CTRLogic], "Act Options": [ActRandomizer, StartingChapter, LowestChapterCost, HighestChapterCost, ChapterCostIncrement, ChapterCostMinDifference, FinalChapterMinCost, FinalChapterMaxCost,