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

Toxic Debris / Rapid Spin wrong interaction #4905

Open
AlexOn1ine opened this issue Jul 3, 2024 · 0 comments · May be fixed by #6023
Open

Toxic Debris / Rapid Spin wrong interaction #4905

AlexOn1ine opened this issue Jul 3, 2024 · 0 comments · May be fixed by #6023
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

Toxic Debris activates before Rapid Spin.

SINGLE_BATTLE_TEST("Toxic Debris activates before Rapid Spin")
{
    GIVEN {
        PLAYER(SPECIES_GLIMMORA) { Ability(ABILITY_TOXIC_DEBRIS); }
        OPPONENT(SPECIES_WOBBUFFET);
    } WHEN {
        TURN { MOVE(opponent, MOVE_RAPID_SPIN); }
    } SCENE {
        ANIMATION(ANIM_TYPE_MOVE, MOVE_RAPID_SPIN, opponent);
        ABILITY_POPUP(player, ABILITY_TOXIC_DEBRIS);
        MESSAGE("Poison Spikes were scattered all around the opposing team's feet!");
        MESSAGE("Wobbuffet blew away Toxic Spikes!");
    }
}

Version

1.8.4 (Latest release)

Upcoming/master Version

No response

Discord contact info

No response

@AlexOn1ine AlexOn1ine added bug Bug category: battle-mechanic Pertains to battle mechanics status: unconfirmed This bug has not been reproduced yet labels Jul 3, 2024
@AlexOn1ine AlexOn1ine linked a pull request Jan 14, 2025 that will close this issue
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

Successfully merging a pull request may close this issue.

1 participant