Skip to content

Commit

Permalink
Add BEAK_BLAST effect
Browse files Browse the repository at this point in the history
  • Loading branch information
hsahovic committed Dec 10, 2024
1 parent ae4a978 commit 756ac55
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/poke_env/environment/effect.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ class Effect(Enum):
BAD_DREAMS = auto()
BANEFUL_BUNKER = auto()
BATTLE_BOND = auto()
BEAK_BLAST = auto()
BIDE = auto()
BIND = auto()
BURNING_BULWARK = auto()
Expand Down Expand Up @@ -476,6 +477,7 @@ def is_from_move(self) -> bool:
Effect.ATTRACT,
Effect.AUTOTOMIZE,
Effect.BANEFUL_BUNKER,
Effect.BEAK_BLAST,
Effect.BIDE,
Effect.BIND,
Effect.BURNING_BULWARK,
Expand Down Expand Up @@ -743,6 +745,7 @@ def is_from_move(self) -> bool:
_ENDS_ON_TURN_EFFECTS = {
Effect.AFTER_YOU,
Effect.BANEFUL_BUNKER,
Effect.BEAK_BLAST,
Effect.BURNING_BULWARK,
Effect.CRAFTY_SHIELD,
Effect.FEINT,
Expand Down

0 comments on commit 756ac55

Please sign in to comment.