Skip to content

Commit

Permalink
Better option groups.
Browse files Browse the repository at this point in the history
  • Loading branch information
LiquidCat64 committed Sep 12, 2024
1 parent cd13ab0 commit abd1ab9
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions worlds/cvcotm/options.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

class IgnoreCleansing(Toggle):
"""
Makes the Cleansing not logically expected to traverse the water in Underground Waterway.
Removes the logical requirement for the Cleansing to go beyond the Underground Waterway entrance rooms. You may be required to brave the harmful water without it.
"""
display_name = "Ignore Cleansing"

Expand Down Expand Up @@ -270,9 +270,10 @@ class CVCotMOptions(PerGameCommonOptions):


cvcotm_option_groups = [
OptionGroup("gameplay tweaks", [
AutoRun, DSSPatch, AlwaysAllowSpeedDash, PlutoGriffinAirSpeed, BuffRangedFamiliars, BuffSubWeapons,
BuffShooterStrength, ItemDropRandomization, HalveDSSCardsPlaced, Countdown, SubWeaponShuffle,
DisableBattleArenaMPDrain, SkipDialogues, SkipTutorials, BattleArenaMusic, DeathLink
])
OptionGroup("difficulty", [
BuffRangedFamiliars, BuffSubWeapons, BuffShooterStrength, ItemDropRandomization, IgnoreCleansing,
HalveDSSCardsPlaced, SubWeaponShuffle, EarlyDouble, DeathLink]),
OptionGroup("quality of life", [
AutoRun, DSSPatch, AlwaysAllowSpeedDash, PlutoGriffinAirSpeed, Countdown, DisableBattleArenaMPDrain,
SkipDialogues, SkipTutorials, BattleArenaMusic])
]

0 comments on commit abd1ab9

Please sign in to comment.