Skip to content

Commit

Permalink
missing option in groups
Browse files Browse the repository at this point in the history
  • Loading branch information
CookieCat45 committed May 18, 2024
1 parent a543a3a commit 6f6bf41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions worlds/ahit/Options.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 6f6bf41

Please sign in to comment.