OoT: actually make misc_hints changeable
This commit is contained in:
@@ -635,6 +635,7 @@ class RupeeStart(Toggle):
|
||||
misc_options: typing.Dict[str, type(Option)] = {
|
||||
"correct_chest_sizes": CSMC,
|
||||
"hints": Hints,
|
||||
"misc_hints": MiscHints,
|
||||
"hint_dist": HintDistribution,
|
||||
"text_shuffle": TextShuffle,
|
||||
"damage_multiplier": DamageMultiplier,
|
||||
|
||||
Reference in New Issue
Block a user