mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 12:11:33 -06:00
added get_option_name to Range option for spoiler generation
This commit is contained in:
@@ -139,6 +139,8 @@ class Range(Option):
|
||||
return cls(data)
|
||||
return cls.from_text(str(data))
|
||||
|
||||
def get_option_name(self):
|
||||
return str(self.value)
|
||||
|
||||
class OptionNameSet(Option):
|
||||
default = frozenset()
|
||||
|
Reference in New Issue
Block a user