Skip to content

Commit

Permalink
Update options.py
Browse files Browse the repository at this point in the history
  • Loading branch information
NewSoupVi authored Feb 13, 2025
1 parent 2838216 commit 117b1df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worlds/witness/options.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ class EasterEggHunt(Choice):
option_hard = 3
option_very_hard = 4
option_extreme = 5
default = 2 if datetime.now().month == 4 else 0
default = 2 if is_easter_time() else 0

def get_step_and_logical_step(self) -> Tuple[int, int]:
if self == "easy":
Expand Down

0 comments on commit 117b1df

Please sign in to comment.