Skip to content

Commit

Permalink
Add "Bide" to parse_effect_source
Browse files Browse the repository at this point in the history
  • Loading branch information
davidstone committed Oct 21, 2024
1 parent 7fb51cf commit b7279a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/tm/clients/pokemon_showdown/parse_effect_source.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ export constexpr auto parse_effect_source(std::string_view const type, std::stri
type == "perish1" or
type == "perish0" or
type == "trapped" or
type == "Bide" or
type == "Encore" or
type == "Hail" or
type == "Leech Seed" or
Expand Down

0 comments on commit b7279a4

Please sign in to comment.