Skip to content

Commit

Permalink
Add FICKLE_BEAM and TERA_SHIFT effects
Browse files Browse the repository at this point in the history
  • Loading branch information
hsahovic committed Apr 6, 2024
1 parent ad7536d commit f994ebd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/poke_env/environment/effect.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ class Effect(Enum):
FALLEN5 = auto()
FAIRY_LOCK = auto()
FEINT = auto()
FICKLE_BEAM = auto()
FIRE_SPIN = auto()
FLASH_FIRE = auto()
FLOWER_VEIL = auto()
Expand Down Expand Up @@ -183,6 +184,7 @@ class Effect(Enum):
TELEKINESIS = auto()
TELEPATHY = auto()
TERA_SHELL = auto()
TERA_SHIFT = auto()
TIDY_UP = auto()
TOXIC_DEBRIS = auto()
THERMAL_EXCHANGE = auto()
Expand Down

0 comments on commit f994ebd

Please sign in to comment.