Fixed softlock w/ weather-triggered form changes & Cloud Nine (#4382)

* Fixed softlock when weather-triggered form changes are suppressed by Cloud Nine

* Removed KNOWN_FAILING; line from Castform Air Lock test
This commit is contained in:
skolgrahd
2024-04-13 13:19:14 -04:00
committed by GitHub
parent a0a5ba4af2
commit 3b17ce39f7
2 changed files with 2 additions and 2 deletions

View File

@@ -266,7 +266,6 @@ SINGLE_BATTLE_TEST("Forecast transforms Castform back to normal when Sandstorm i
SINGLE_BATTLE_TEST("Forecast transforms Castform back to normal under Air Lock")
{
KNOWN_FAILING;
GIVEN {
PLAYER(SPECIES_CASTFORM_NORMAL) { Ability(ABILITY_FORECAST); }
OPPONENT(SPECIES_WOBBUFFET);