Compare commits

...

1 Commits

View File

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