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:
t3hf1gm3nt
2024-01-15 14:19:18 -05:00
committed by GitHub
parent 518b04c08e
commit b4077a0717

View File

@@ -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