removed .partial()

This commit is contained in:
geeilhan 2025-02-07 20:55:36 +01:00 committed by GitHub
parent 199e8e5cb3
commit 84bdacb7b6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6782,7 +6782,7 @@ const invalidMetronomeMoves: Moves[] = [
Moves.SNATCH, Moves.SNATCH,
Moves.SNORE, Moves.SNORE,
Moves.SNOWSCAPE, Moves.SNOWSCAPE,
Moves.SPECTRAL_THIEF, Moves.F,
Moves.SPICY_EXTRACT, Moves.SPICY_EXTRACT,
Moves.SPIKY_SHIELD, Moves.SPIKY_SHIELD,
Moves.SPIRIT_BREAK, Moves.SPIRIT_BREAK,
@ -10406,8 +10406,7 @@ export function initMoves() {
.attr(RechargeAttr), .attr(RechargeAttr),
new AttackMove(Moves.SPECTRAL_THIEF, Type.GHOST, MoveCategory.PHYSICAL, 90, 100, 10, -1, 0, 7) new AttackMove(Moves.SPECTRAL_THIEF, Type.GHOST, MoveCategory.PHYSICAL, 90, 100, 10, -1, 0, 7)
.attr(SpectralThiefAttr) .attr(SpectralThiefAttr)
.ignoresSubstitute() .ignoresSubstitute(),
.partial(), // Does not steal stats
new AttackMove(Moves.SUNSTEEL_STRIKE, Type.STEEL, MoveCategory.PHYSICAL, 100, 100, 5, -1, 0, 7) new AttackMove(Moves.SUNSTEEL_STRIKE, Type.STEEL, MoveCategory.PHYSICAL, 100, 100, 5, -1, 0, 7)
.ignoresAbilities(), .ignoresAbilities(),
new AttackMove(Moves.MOONGEIST_BEAM, Type.GHOST, MoveCategory.SPECIAL, 100, 100, 5, -1, 0, 7) new AttackMove(Moves.MOONGEIST_BEAM, Type.GHOST, MoveCategory.SPECIAL, 100, 100, 5, -1, 0, 7)