mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-03-07 15:13:52 -08:00
Compare commits
1 Commits
setup_more
...
NewSoupVi-
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
77e6fa0010 |
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user