The Witness: Move the Easter Egg Hunt option group lower so that the tooltip isn't cut off

This commit is contained in:
NewSoupVi
2025-04-01 21:09:59 +02:00
committed by GitHub
parent d26db6f213
commit 77e6fa0010

View File

@@ -617,7 +617,7 @@ if is_easter_time():
easter_special_option_group = OptionGroup("EASTER SPECIAL", [
EasterEggHunt,
])
witness_option_groups = [easter_special_option_group, *witness_option_groups]
witness_option_groups.insert(2, easter_special_option_group)
else:
silly_options_group = next(group for group in witness_option_groups if group.name == "Silly Options")
silly_options_group.options.append(EasterEggHunt)