TLOZ: properly assign options (#2726)
whoops used a = instead of a : mad that im doing a literal one character change PR :/
This commit is contained in:
parent
518b04c08e
commit
b4077a0717
|
@ -64,7 +64,7 @@ class TLoZWorld(World):
|
||||||
every time.
|
every time.
|
||||||
"""
|
"""
|
||||||
options_dataclass = TlozOptions
|
options_dataclass = TlozOptions
|
||||||
options = TlozOptions
|
options: TlozOptions
|
||||||
settings: typing.ClassVar[TLoZSettings]
|
settings: typing.ClassVar[TLoZSettings]
|
||||||
game = "The Legend of Zelda"
|
game = "The Legend of Zelda"
|
||||||
topology_present = False
|
topology_present = False
|
||||||
|
|
Loading…
Reference in New Issue