From 75a76fb184c47a44f2202028a79387d1af754ad1 Mon Sep 17 00:00:00 2001 From: Colin Lenzen <32756996+TriumphantBass@users.noreply.github.com> Date: Sat, 23 Apr 2022 17:09:11 -0700 Subject: [PATCH] Include options in options dict --- worlds/timespinner/Options.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/worlds/timespinner/Options.py b/worlds/timespinner/Options.py index a297b912..d51a6b1c 100644 --- a/worlds/timespinner/Options.py +++ b/worlds/timespinner/Options.py @@ -114,6 +114,8 @@ timespinner_options: Dict[str, Option] = { "ShopFill": ShopFill, "ShopWarpShards": ShopWarpShards, "ShopMultiplier": ShopMultiplier, + "LootPool": LootPool, + "ShowBestiary": ShowBestiary, "DeathLink": DeathLink, }