Add new yaml option that allows user to exclude checks that are considered annoying (Not implemented)

This commit is contained in:
MarioSpore
2025-08-08 18:27:22 -04:00
parent a2b1f885a5
commit 59e4a6c1e3

View File

@@ -39,6 +39,10 @@ class Missionsanity(Choice):
option_both = 3
default = 1
class AnnoyingLocations(Toggle):
"""Makes certain long, annoying, and tedious checks to be excluded [NOT IMPLEMENTED]"""
display_name = "Annoying Locations"
class ProgressiveGadget(Toggle):#DefaultOnToggle
"""
Determines whether you get access to a gadget as individual blueprint count [NOT IMPLEMENTED]
@@ -82,3 +86,4 @@ class GrinchOptions(PerGameCommonOptions):#DeathLinkMixin
movesanity: Movesanity
starting_area: StartingArea
progressive_gadget: ProgressiveGadget
annoyinglocations: AnnoyingLocations