mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-03-23 23:13:21 -07: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