Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tera Shell activates if Terapagos is immune #6270

Open
AlexOn1ine opened this issue Feb 14, 2025 · 0 comments
Open

Tera Shell activates if Terapagos is immune #6270

AlexOn1ine opened this issue Feb 14, 2025 · 0 comments
Labels
bug Bug category: battle-mechanic Pertains to battle mechanics status: unconfirmed This bug has not been reproduced yet

Comments

@AlexOn1ine
Copy link
Collaborator

Description

Correct behavior should be no Tera Shell activation

SINGLE_BATTLE_TEST("Tera Shell respects immunity")
{
    KNOWN_FAILING;
    GIVEN {
        PLAYER(SPECIES_TERAPAGOS_TERASTAL) { Ability(ABILITY_TERA_SHELL); }
        OPPONENT(SPECIES_WOBBUFFET);
    } WHEN {
        TURN { MOVE(opponent, MOVE_SHADOW_BALL); }
    } SCENE {
        NONE_OF {
            ABILITY_POPUP(player, ABILITY_TERA_SHELL);
            ANIMATION(ANIM_TYPE_MOVE, MOVE_SHADOW_BALL, opponent);
        }
    }
}

Version

1.10.2 (Latest release)

Upcoming/master Version

No response

Discord contact info

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Bug category: battle-mechanic Pertains to battle mechanics status: unconfirmed This bug has not been reproduced yet
Projects
None yet
Development

No branches or pull requests

1 participant