mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
Add new yaml option that allows user to exclude checks that are considered annoying (Not implemented)
This commit is contained in:
@@ -39,6 +39,10 @@ class Missionsanity(Choice):
|
|||||||
option_both = 3
|
option_both = 3
|
||||||
default = 1
|
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
|
class ProgressiveGadget(Toggle):#DefaultOnToggle
|
||||||
"""
|
"""
|
||||||
Determines whether you get access to a gadget as individual blueprint count [NOT IMPLEMENTED]
|
Determines whether you get access to a gadget as individual blueprint count [NOT IMPLEMENTED]
|
||||||
@@ -82,3 +86,4 @@ class GrinchOptions(PerGameCommonOptions):#DeathLinkMixin
|
|||||||
movesanity: Movesanity
|
movesanity: Movesanity
|
||||||
starting_area: StartingArea
|
starting_area: StartingArea
|
||||||
progressive_gadget: ProgressiveGadget
|
progressive_gadget: ProgressiveGadget
|
||||||
|
annoyinglocations: AnnoyingLocations
|
Reference in New Issue
Block a user