OoT: actually make misc_hints changeable
This commit is contained in:
parent
4709902819
commit
b07345cee7
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue