Skip to content

Commit

Permalink
Support "Mist" as an effect source for Pokemon Showdown
Browse files Browse the repository at this point in the history
  • Loading branch information
davidstone committed Oct 21, 2024
1 parent 7924044 commit 7fb51cf
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 @@ -60,6 +60,7 @@ export constexpr auto parse_effect_source(std::string_view const type, std::stri
type == "Leech Seed" or
type == "Light Screen" or
type == "Mimic" or // TODO: implement
type == "Mist" or
type == "Protect" or // Includes Detect
type == "Reflect" or
type == "Sandstorm"
Expand Down

0 comments on commit 7fb51cf

Please sign in to comment.