Skip to content

Commit

Permalink
7
Browse files Browse the repository at this point in the history
  • Loading branch information
paris-ci committed Apr 29, 2024
1 parent dc7a7ca commit 1d98e56
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/utils/ducks.py
Expand Up @@ -629,6 +629,9 @@ async def maybe_bushes_message(
bush_chance = 13
coat_color = db_hunter.get_current_coat_color()

if self.bot.current_event == Events.GARBAGE_COLLECTION:
bush_chance *= 2

if coat_color == Coats.BLUE:
bush_chance += 7

Expand Down
4 changes: 4 additions & 0 deletions src/utils/events.py
Expand Up @@ -58,3 +58,7 @@ class Events(Enum):

BLOSSOMING_FLOWERS = _("Blossoming flowers"), _("Flowers are blooming this season, so all four leaf clover values are increased for the hour. Enjoy the prosperity!")

GARBAGE_COLLECTION = _("Garbage collection"), _("It's hunting season, and hunters left some items behind. "
"One person's trash can end up being your treasure, so enjoy the extra loot you find!")


0 comments on commit 1d98e56

Please sign in to comment.