From b4077a0717ecd990e9ef4f3f18743d319a59e075 Mon Sep 17 00:00:00 2001 From: t3hf1gm3nt <59876300+t3hf1gm3nt@users.noreply.github.com> Date: Mon, 15 Jan 2024 14:19:18 -0500 Subject: [PATCH] TLOZ: properly assign options (#2726) whoops used a = instead of a : mad that im doing a literal one character change PR :/ --- worlds/tloz/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worlds/tloz/__init__.py b/worlds/tloz/__init__.py index f6aa7152..259bfe20 100644 --- a/worlds/tloz/__init__.py +++ b/worlds/tloz/__init__.py @@ -64,7 +64,7 @@ class TLoZWorld(World): every time. """ options_dataclass = TlozOptions - options = TlozOptions + options: TlozOptions settings: typing.ClassVar[TLoZSettings] game = "The Legend of Zelda" topology_present = False