Skip to content

Commit

Permalink
Moved 'Miscellaneous' group to the logic effecting groups.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrkssr committed Jun 18, 2024
1 parent 67721d0 commit fb6b49d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions worlds/ladx/Options.py
Original file line number Diff line number Diff line change
Expand Up @@ -510,6 +510,13 @@ class AdditionalWarpPoints(DefaultOffToggle):
WarpImprovements,
AdditionalWarpPoints,
]),
OptionGroup("Miscellaneous", [
TradeQuest,
Rooster,
TrendyGame,
NagMessages,
BootsControls
]),
OptionGroup("Experimental", [
DungeonShuffle,
EntranceShuffle
Expand All @@ -522,13 +529,6 @@ class AdditionalWarpPoints(DefaultOffToggle):
GfxMod,
Music,
MusicChangeCondition
]),
OptionGroup("Miscellaneous", [
TradeQuest,
Rooster,
TrendyGame,
NagMessages,
BootsControls
])
]

Expand Down

0 comments on commit fb6b49d

Please sign in to comment.