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

[Bug] Abilities that Redirect Moves Consider Move-Typings before Ability Modifiers #5358

Open
Snailman11 opened this issue Feb 17, 2025 · 0 comments
Labels
Ability Affects an ability P2 Bug Minor. Non crashing Incorrect move/ability/interaction

Comments

@Snailman11
Copy link
Collaborator

Describe the bug

Storm Drain and Lightning Rod consider moves' base typing rather than the typing after any move-type modifiers, such as the -ate abilities, Normalize, and hangry Aura Wheel.

  • Normalize results in the move being redirected and dealing damage.

Link to Discord's Bug Report (Aura wheel interaction with lightning rod (dark type turn))
https://discord.com/channels/1125469663833370665/1334509527357329550

Reproduction

Get a run with only one Storm Drain Shellos


    MOVESET_OVERRIDE: [Moves.WATER_GUN, Moves.SPLASH],
    ABILITY_OVERRIDE: Abilities.NORMALIZE,
    PASSIVE_ABILITY_OVERRIDE: Abilities.FRISK,

    OPP_SPECIES_OVERRIDE: Species.SHELLOS,

Get a run with only one Lightning Rod Cubone, start with a Hunger Switch Morpeko

    BATTLE_TYPE_OVERRIDE: "double",

    MOVESET_OVERRIDE: [Moves.AURA_WHEEL, Moves.SPLASH],

    PASSIVE_ABILITY_OVERRIDE: Abilities.FRISK,

    OPP_SPECIES_OVERRIDE: Species.CUBONE,

Expected behavior

Storm Drain and Lightning Rod should consider a Move's final Typing.

https://replay.pokemonshowdown.com/gen9doublescustomgame-2302223309

Screenshots / Videos

Aura Wheel Lightning Rod is redirected and does damage

freecompress-Aura.Wheel.Lightning.Rod.mp4

Normalize Water Gun is redirected and does damage

freecompress-Normalize.Storm.Drain.mp4

Galvanize is not Redirected by Lightning Rod

freecompress-Galvanize.not.redirected.Lightning.Rod.mp4

Session export file

No response

User data export file

No response

Additional context

No response

@Snailman11 Snailman11 added Ability Affects an ability P2 Bug Minor. Non crashing Incorrect move/ability/interaction labels Feb 17, 2025
@Snailman11 Snailman11 moved this from To triage to Ready in PokéRogue Bug Management Feb 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Ability Affects an ability P2 Bug Minor. Non crashing Incorrect move/ability/interaction
Projects
Status: Ready
Development

No branches or pull requests

1 participant