From b07345cee71e7586ddc53abdedc8d6d345427cb9 Mon Sep 17 00:00:00 2001 From: espeon65536 Date: Mon, 15 Nov 2021 08:40:13 -0600 Subject: [PATCH] OoT: actually make misc_hints changeable --- worlds/oot/Options.py | 1 + 1 file changed, 1 insertion(+) diff --git a/worlds/oot/Options.py b/worlds/oot/Options.py index 833a44fe..b0e7fa1e 100644 --- a/worlds/oot/Options.py +++ b/worlds/oot/Options.py @@ -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,