Include options in options dict
This commit is contained in:
parent
21f1ccbfb4
commit
75a76fb184
|
@ -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,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue