mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 12:11:33 -06:00
The Witness: Move the Easter Egg Hunt option group lower so that the tooltip isn't cut off (#4789)
This commit is contained in:
@@ -625,7 +625,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)
|
||||
|
Reference in New Issue
Block a user