Skip to content

Commit

Permalink
Update worlds/witness/options.py
Browse files Browse the repository at this point in the history
Co-authored-by: Scipio Wright <[email protected]>
  • Loading branch information
NewSoupVi and ScipioWright authored Dec 15, 2024
1 parent f83a940 commit 56ed4da
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 @@ -155,7 +155,7 @@ class EasterEggHunt(Choice):
- Hard: For every 4 Easter Eggs collected, an item is sent
- Very Hard: For every 5 Easter Eggs collected, an item is sent (You are expected to find every Easter Egg)
On Easy, there will still be a location check for "100 Eggs Collected" (provided there aren't any unreachable eggs due to options like shuffle_postgame: False), but all checks after 40 Eggs will be excluded.
On Easy, there will still be a location check for "100 Easter Eggs Collected" (provided there aren't any unreachable eggs due to options like shuffle_postgame: false), but all checks after 40 Eggs will be excluded.
"""

visibility = Visibility.all if datetime.now().month == 4 else Visibility.none
Expand Down

0 comments on commit 56ed4da

Please sign in to comment.