Include options in options dict

This commit is contained in:
Colin Lenzen 2022-04-23 17:09:11 -07:00 committed by Fabian Dill
parent 21f1ccbfb4
commit 75a76fb184
1 changed files with 2 additions and 0 deletions

View File

@ -114,6 +114,8 @@ timespinner_options: Dict[str, Option] = {
"ShopFill": ShopFill, "ShopFill": ShopFill,
"ShopWarpShards": ShopWarpShards, "ShopWarpShards": ShopWarpShards,
"ShopMultiplier": ShopMultiplier, "ShopMultiplier": ShopMultiplier,
"LootPool": LootPool,
"ShowBestiary": ShowBestiary,
"DeathLink": DeathLink, "DeathLink": DeathLink,
} }