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,