OoT: actually make misc_hints changeable

This commit is contained in:
espeon65536 2021-11-15 08:40:13 -06:00
parent 4709902819
commit b07345cee7
1 changed files with 1 additions and 0 deletions

View File

@ -635,6 +635,7 @@ class RupeeStart(Toggle):
misc_options: typing.Dict[str, type(Option)] = { misc_options: typing.Dict[str, type(Option)] = {
"correct_chest_sizes": CSMC, "correct_chest_sizes": CSMC,
"hints": Hints, "hints": Hints,
"misc_hints": MiscHints,
"hint_dist": HintDistribution, "hint_dist": HintDistribution,
"text_shuffle": TextShuffle, "text_shuffle": TextShuffle,
"damage_multiplier": DamageMultiplier, "damage_multiplier": DamageMultiplier,