From 7fb51cf95db1d026d4c33258ad8edba72cc119ec Mon Sep 17 00:00:00 2001 From: David Stone Date: Mon, 21 Oct 2024 02:00:28 -0600 Subject: [PATCH] Support "Mist" as an effect source for Pokemon Showdown --- source/tm/clients/pokemon_showdown/parse_effect_source.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/source/tm/clients/pokemon_showdown/parse_effect_source.cpp b/source/tm/clients/pokemon_showdown/parse_effect_source.cpp index ee45ce60d..f5478e8a7 100644 --- a/source/tm/clients/pokemon_showdown/parse_effect_source.cpp +++ b/source/tm/clients/pokemon_showdown/parse_effect_source.cpp @@ -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"