We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Disable always disables the first move used by the Target, rather than their latest move.
Link to Discord's Bug Report (Disable won't hit Grass Knot) https://discord.com/channels/1125469663833370665/1289982467838836756
Player Disable
Wait for the Opponent to alternate Splash/Tackle.
STARTING_LEVEL_OVERRIDE: 40, MOVESET_OVERRIDE: [Moves.DISABLE, Moves.SPLASH], OPP_MOVESET_OVERRIDE: [Moves.SPLASH, Moves.TACKLE],
Enemy Disable
Faint the first Pokémon, then use Splash.
STARTING_LEVEL_OVERRIDE: 40, MOVESET_OVERRIDE: [Moves.SPLASH, Moves.TACKLE], OPP_MOVESET_OVERRIDE: [Moves.DISABLE],
Disable now disables the last move that the target used. It fails if the target has not used a move yet, or if the last move it used was Struggle
Player uses Disable
Opponent uses Disable
No response
pokerogue/src/data/move.ts
Line 8097 in d0db6a3
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
Disable always disables the first move used by the Target, rather than their latest move.
Link to Discord's Bug Report (Disable won't hit Grass Knot)
https://discord.com/channels/1125469663833370665/1289982467838836756
Reproduction
Player Disable
Wait for the Opponent to alternate Splash/Tackle.
Enemy Disable
Faint the first Pokémon, then use Splash.
Expected behavior
Screenshots / Videos
Player uses Disable
Player.Disable.mp4
Opponent uses Disable
Opponent.Disable.mp4
Session export file
No response
User data export file
No response
Additional context
pokerogue/src/data/move.ts
Line 8097 in d0db6a3
The text was updated successfully, but these errors were encountered: