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] Disable Selects First Move used by Target #5105

Open
Snailman11 opened this issue Jan 9, 2025 · 0 comments
Open

[Bug] Disable Selects First Move used by Target #5105

Snailman11 opened this issue Jan 9, 2025 · 0 comments
Labels
Move Affects a move P2 Bug Minor. Non crashing Incorrect move/ability/interaction

Comments

@Snailman11
Copy link
Collaborator

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.

	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],

Expected behavior

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

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

.attr(AddBattlerTagAttr, BattlerTagType.DISABLED, false, true)

image-9

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

No branches or pull requests

1 participant