Fixed Tangling Hair + Mirror Armor interaction

This commit is contained in:
Nephrite
2024-02-27 13:38:38 +09:00
parent b1f0fbdf89
commit e9b2f33084
4 changed files with 10 additions and 7 deletions

View File

@@ -198,7 +198,6 @@ DOUBLE_BATTLE_TEST("Mirror Armor lowers Speed of the partner Pokemon after Court
SINGLE_BATTLE_TEST("Mirror Armor reflects Tangling Hair speed drop")
{
KNOWN_FAILING;
GIVEN {
PLAYER(SPECIES_DUGTRIO) { Ability(ABILITY_TANGLING_HAIR); }
OPPONENT(SPECIES_CORVIKNIGHT) { Ability(ABILITY_MIRROR_ARMOR); }