diff --git a/worlds/grinch/Options.py b/worlds/grinch/Options.py index b531c032..e00db6e7 100644 --- a/worlds/grinch/Options.py +++ b/worlds/grinch/Options.py @@ -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 \ No newline at end of file