mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
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:
@@ -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
|
||||||
|
Reference in New Issue
Block a user