Unlimited rotten eggs option is officially implemented, removes comment that initially says "Not Implemented"

This commit is contained in:
MarioSpore
2025-08-14 00:21:15 -04:00
parent 92dafd0a73
commit 922232264d

View File

@@ -51,7 +51,7 @@ class ProgressiveGadget(Toggle):#DefaultOnToggle
class Supadow(Toggle): class Supadow(Toggle):
"""Enables completing minigames through the Supadows in Mount Crumpit as checks. (9 locations) [NOT IMPLEMENTED]""" """Enables completing minigames through the Supadows in Mount Crumpit as checks. (9 locations) [NOT IMPLEMENTED]"""
display_name = "Supadow Minigame Locations"# display_name = "Supadow Minigame Locations"
class Gifts(Toggle): class Gifts(Toggle):
@@ -64,8 +64,8 @@ class Movesanity(Toggle):
display_name = "Movesanity" display_name = "Movesanity"
class UnlimitedRottenEggs(Toggle): class UnlimitedEggs(Toggle):
"""Determine whether or not you run out of rotten eggs when you utilize your gadgets. [NOT IMPLEMENTED]""" """Determine whether or not you run out of rotten eggs when you utilize your gadgets."""
display_name = "Unlimited Rotten Eggs" display_name = "Unlimited Rotten Eggs"
class RingLinkOption(Toggle): class RingLinkOption(Toggle):
@@ -78,7 +78,7 @@ class TrapLinkOption(Toggle):
class GrinchOptions(PerGameCommonOptions):#DeathLinkMixin class GrinchOptions(PerGameCommonOptions):#DeathLinkMixin
progressive_vacuum: ProgressiveVacuum progressive_vacuum: ProgressiveVacuum
missionsanity: Missionsanity missionsanity: Missionsanity
unlimited_rotten_eggs: UnlimitedRottenEggs unlimited_eggs: UnlimitedEggs
ring_link: RingLinkOption ring_link: RingLinkOption
trap_link: TrapLinkOption trap_link: TrapLinkOption
minigamesanity: Supadow minigamesanity: Supadow